LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Starting Samba (https://www.linuxquestions.org/questions/slackware-14/starting-samba-504652/)

galliar 11-24-2006 11:22 PM

Starting Samba
 
Hello,

I have looked in the manual, and searched the web. I can't find any information on starting up Samba. I know how to put an smb.conf file together, but how do you start the two deamons?

Regards,

Randy.

bsdunix 11-24-2006 11:33 PM

Enable at startup:
Code:

# chmod +x /etc/rc.d/rc.samba
Start manually after making script executable:
Code:

# /etc/rc.d/rc.samba start

cereal83 11-25-2006 03:54 PM

After you do chmod +x /etc/rc.d/rc.samba then when you reboot, it will automatically start after that

galliar 11-25-2006 04:26 PM

Where can I read about this?
 
Thank you all for the replies. This help greatly. Where did you learn about this stuff. I didn't see it in the manual, can somebody point me to something I can read on the web, or download?

Regards,

Randy.

bsdunix 11-25-2006 08:49 PM

Quote:

Where did you learn about this stuff.
Experience, reading, trial and error, as well as asking questions :)

Here's some reading for you:

http://www.slackbasics.org/html/init...it-initscripts

http://slackware.com/config/init.php

http://www.slackbook.org/html/system...FIGURATION-RCD


All times are GMT -5. The time now is 09:42 AM.