Wednesday, 9 March 2011

Samba Server

SAMBA SERVER:


-->samba is used to share the resource in between windows os & linux os.
--> Microsoft network is based on the common interface file system,
which was developed from the server smb(server message block) protocol.
--> SMB developed in 1980's by IBM,Microsoft&Intel.
[Server Configuration]

#vi /etc/samba/smb.conf
work group=RHCE
hosts allow =192.168.1.1/16

[my share]
path=/home/seeni
writable=no
browsable=yes
valid users=seeni,nsbel


# service smb reload
#chkconfig smb on


Samba Passwd:

             # smbpasswd -a username
             # /etc/samba/passwd
             # smbpasswd -d username -->-d for disable
             # smbpasswd -e username -->-e for enable
             # smbpasswd -x username -->-x for delete




Note:
Package Name: samba
Service Name:smb

No comments:

Post a Comment