HOW
TO CONFIGUR SAMBA SERVER IN RHEL6
SAMBA
SERVER :-
To
communicate with the Windows system .
# rpm –qa samba *
# cd / etc / samba / smb.conf
# cp smb.conf smb.conf.old
# vi smb.conf
Change in the line number 18 : workgroup = abc
In line number 53 : security = user
Last lines : (xyz) Path = / root / abc
Writable = Yes
Browsable = Yes , Read only = No
Guest = OK
#useradd abc
#passwd ……
#samba add user root : root
#passwd ……..
#service smb restart
#service network restart
#chk config IP tables off
#test parm (to see the contents of Samba)
0 comments:
Post a Comment