LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cannot found /etc/inetd.conf (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-found-etc-inetd-conf-255919/)

windefault 11-17-2004 06:35 AM

cannot found /etc/inetd.conf
 
I am running FC 1 and i want to view my own /etc/inetd.conf.

but the problem is i cannot found the file


Code:

[root@localhost Desktop]# less /etc/inetd.conf
/etc/inetd.conf: No such file or directory
[root@localhost Desktop]# less /etc/inetd.conf
/etc/inetd.conf: No such file or directory


then i try find:


Code:

[root@localhost root]# find / -name *inetd* -print

/var/lock/subsys/xinetd
/var/run/xinetd.pid
/etc/sysconfig/xinetd
/etc/xinetd.d
/etc/rc.d/init.d/xinetd
/etc/rc.d/rc0.d/K50xinetd
/etc/rc.d/rc1.d/K50xinetd
/etc/rc.d/rc2.d/K50xinetd
/etc/rc.d/rc3.d/S56xinetd
/etc/rc.d/rc4.d/S56xinetd
/etc/rc.d/rc5.d/S56xinetd
/etc/rc.d/rc6.d/K50xinetd
/etc/xinetd.conf
/usr/share/doc/stunnel-4.04/sfinger.xinetd
/usr/share/doc/stunnel-4.04/pop3-redirect.xinetd
/usr/share/doc/xinetd-2.3.12
/usr/share/man/man5/xinetd.conf.5.gz
/usr/share/man/man8/xinetd.8.gz
/usr/share/man/man8/xinetd.log.8.gz
/usr/sbin/inetdconvert
/usr/sbin/xinetd
/usr/include/linux/inetdevice.h
/usr/lib/rpm/rpm.xinetd
/usr/lib/perl5/5.8.1/Net/demos/inetd
/d/backup disc/tool/X scan v3.1/X-Scan-v3.1/scripts/rh_inetd.nasl
/d/backup disc/tool/X scan v3.1/X-Scan-v3.1/scripts/desc/rh_inetd.nasl.desc
You have new mail in /var/spool/mail/root
[root@localhost root]#



so which one should be my real /etc/inetd.conf?
why my system don't has this file?because my system not setup as server?


thx

bathory 11-17-2004 06:38 AM

You don't have inetd but xinetd, so you must look for /etc/xinetd.conf
Regards

windefault 11-18-2004 10:03 AM

thx,a few confuse.


why my system don't have /etc/inetd.conf?because i am using X windows?

what different between both /etc/inetd.conf and /etc/xinet.conf,except the syntax?

michaelk 11-18-2004 11:02 AM

xinetd replaced inetd.

http://www.xinetd.org/faq.html
http://www.aplawrence.com/Basics/xinetd.html

Has nothing to do with xwindows.


All times are GMT -5. The time now is 10:55 AM.