If you can see this check that


                      Quiz Index
There are two main ways for starting services, INIT and XINET. Choose the TRUE statement.
A.XINET works out what services are running using /etc/init.d.
B.INIT services are either executed at a particular runlevel if the script file exists, or it is simply not running at that runlevel.
C.INIT starts services on demand, and therefore is more efficient than the runlevel based XINET system.
D.INIT can be hard to debug, as services it controls may not be visible in the process table until a client tries to connect to that service.
E.XINET starts services on demand, so is less efficient in resource usage than INIT.
Incorrect Answer INIT and the runlevels use init.d. XINET uses /etc/xinetd
Close
Correct Answer True.
Close
Incorrect Answer XINET runs services on demand, INIT runs them at a particular runlevel.
Close
Incorrect Answer This is the main issue agains XINET.
Close
Incorrect Answer XINET is much MORE efficient because it starts services on demand, not less efficient.
Close