Click to See Complete Forum and Search --> : Where is inetd.conf in Redhat 7


kevinzhai
12-27-2000, 03:18 PM
I can't find inetd.conf in /etc, where is it?
I'm pretty new to linux, so I chosed the default option for almost everything when I install Redhat 7.

armando86
12-27-2000, 07:52 PM
Try typing 'whereis inetd.conf' in the command line, it look for inetd.conf on your system.



------------------
majorpayne201@yahoo.com
"In a world without walls who needs windows?"

syn
12-28-2000, 01:23 AM
I think its xinetd or something in rh7 now

Strike
12-28-2000, 01:36 AM
find / -name inetd.conf -print
or
locate inetd.conf (the latter will produce any filename containing "inetd.conf")

craft
12-29-2000, 09:06 AM
Redhat 7 uses xinetd instead of inetd. Goto http://www.xinetd.org for more information about xinetd.

craft

kevinzhai
12-29-2000, 02:12 PM
The result of "whereis inetd.conf" is "inetd:". What does this mean?

Originally posted by armando86:
Try typing 'whereis inetd.conf' in the command line, it look for inetd.conf on your system.