Google


ADBRITE ads links
You are here: CodeIdol.com > Unix > Linux® Quick Fix > Windows, Linux, And Samba > How To Get Samba Started

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

How to Get Samba Started

You can configure Samba to start at boot time using the chkconfig command:

     [root@bigboy tmp]# chkconfig smb on

You can start, stop, and restart Samba after boot time using the smb initialization script as in the examples below:

     [root@bigboy tmp]# service smb start
     [root@bigboy tmp]# service smb stop
     [root@bigboy tmp]# service smb restart

Note

Unlike many Linux packages, Samba does not need to be restarted after changes have been made to its configuration file, as it is read after the receipt of every client request.


You can test whether the smb process is running with the pgrep command; you should get a response of plain old process ID numbers:

     [root@bigboy tmp]# pgrep smb

    SAVE
    Digg
    Shown on del.icio.us del.icio.us
    See Whos Talking About This on Technorati Technorati
    I've Reddit reddit

    You are here: CodeIdol.com > Unix > Linux® Quick Fix > Windows, Linux, And Samba > How To Get Samba Started
       
    Related tags







    Popular Categories
    Unix books and guides
    AJAX popular information
    C# language guides
    Windows books and cookbooks
    .......






    © CodeIdol Labs, 2007