Operating System - Linux
1827858 Members
1743 Online
109969 Solutions
New Discussion

Re: need to start smb service while system bootup

 
pratapvfr
Advisor

need to start smb service while system bootup

HI,
i am having redhat linux which running with samba when server will rebooted i need to start smb service manually how i can start it while bootup with other service?
2 REPLIES 2
Maaz
Valued Contributor

Re: need to start smb service while system bootup

>how i can start it while bootup with other service?

execute the following command
# chkconfig smb on

and reboot your system to verify.

Regards
Maaz
Elko
Frequent Advisor

Re: need to start smb service while system bootup

Or try

chkconfig --level 345 smb on

more information you can find on redhat web page

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-samba-configuring.html

Hope this helps

Nice regards,

Elvir
/home/BIH/Sarajevo