Samba
Samba
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