I installed rsh-server in my system for test purposes, but now I want to disable it without removing its package. I don't know how I can check rsh status. I can not see it with:
sudo service rshd status
Noted that, I don't install rsh under xinetd.
1 Answer
I don't have an Ubuntu system on my hands, but I believe its started by xinetd:
Edit /etc/xinetd.d/rsh and set disable=yes.
You need to restart the xinetd service once you're done.
2