...
class | tocc |
---|
Table of Contents |
---|
Samba service
Is the SAMBA server up and running?
Code Block /etc/init.d/smb status
Start the service with the following command.
Code Block /etc/init.d/smb start
Enable Samba server at boot time
Code Block chkconfig smb on
...