0% found this document useful (0 votes)
100 views1 page

Samba

Samba server installation Step 1: Check whether these following packages are present or not *samba *samba-client *samba-common command:rpm -qa | grep samba step 2: Check whether these following process are on or off and it should be swithched on *smb *xinetd *portmap commands: chkconfig smb on chkconfig portmap on chkconfig xinetd on service smb restart service portmap restart service xinetd restart Step3: Create system user and samba user commands useradd sandeep passwd sandeep smbpasswd -a san
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views1 page

Samba

Samba server installation Step 1: Check whether these following packages are present or not *samba *samba-client *samba-common command:rpm -qa | grep samba step 2: Check whether these following process are on or off and it should be swithched on *smb *xinetd *portmap commands: chkconfig smb on chkconfig portmap on chkconfig xinetd on service smb restart service portmap restart service xinetd restart Step3: Create system user and samba user commands useradd sandeep passwd sandeep smbpasswd -a san
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Samba server installation Step 1: Check whether these following packages are present or not *samba *samba-client *samba-common

command:rpm -qa | grep samba step 2: Check whether these following process are on or off and it should be swithched on *smb *xinetd *portmap commands: chkconfig smb on chkconfig portmap on chkconfig xinetd on service smb restart service portmap restart service xinetd restart Step3: Create system user and samba user commands useradd sandeep passwd sandeep smbpasswd -a sandeep Step4: Create a directory with full permission and change the owner of that directory into smbuser step 5: Update this lines in smb.conf [opsbuds] comment = Public Stuff path = /opsbuds public = yes writable = yes printable = no valid users = opsbuds

You might also like