How do I verify that service is turned on in xinetd under Fedora or Red Hat Linux?
Q. I am running Fedora Linux version 4.0 server. Couple of services run under xinetd. Now how do I verify that service is turned on in xinetd?
A. You can use command line tool called chkconfig or text based GUI tool called ntsysv. For example see if service foo:
# chkconfig --list foo
Output:
foo off
As you see service foo is off, to turn on type command:
# chkconfig foo on
# chkconfig --list foo
Output:
foo on
It is recommended that you use ntsysv, which is graphical tool and works on remote ssh session.
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- Howto: configure xinetd service under Linux or UNIX systems
- Increase the number of telnet sessions allowed
- How To Tell If Your Linux Server Uses xinetd OR inetd sever
- Limit the number of Telnet sessions coming from the same remote system
- Linux setup a Concurrent Versioning System (CVS) howto
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



Recent Comments
Yesterday ~ 3 Comments
09/06/2008 11:03 pm (2 days ago) ~ 12 Comments
09/06/2008 02:10 pm (2 days ago) ~ 7 Comments
09/06/2008 06:51 am (2 days ago) ~ 2 Comments
09/06/2008 01:28 am (2 days ago) ~ 3 Comments