3

I tried looking into the /etc/ folder, but I couldn't find it. I even did a full system scan using

find / -name inetd.conf

still in vain.

muru
  • 207,228
Vintux
  • 125

1 Answers1

1

From the inetd man page

 Upon execution, inetd reads its configuration information from a
 configuration file which, by default, is /etc/inetd.conf.

If it's not there, create it there as it's the default.

and next time you look for something use locate inetd

Fabby
  • 35,017