Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mandrake setup command where is it ?

Status
Not open for further replies.

haux

Programmer
Apr 11, 2001
79
DZ
I had always used RedHat as a server in my home, and to start or to stop a deamond i use the command
#setup
and choos the services that i want to start

But when i installed Mandrake 7.2 the command setup does not existe !!!

Who i can make some deamonds start at bootup ?
Those deamons don't existe in the /etc/inetd.conf like pcmcia...etc

Thanks very much ;-)
 
Hi,



With mandrake I think you need the command :



DrakXServices



You can also use 'chkconfig' in the same way as with redhat -



/sbin/chkconfig --list



To turn on a sysv daemon you would do :



/sbin/chkconfig --level 2345 httpd on

(example for apache - httpd)



To turn on a xinetd controlled service it's just :



/sbin/chkconfig telnet on

(example for telnet server)



Hope this helps





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top