samba文件共享

安裝yum庫

安裝samba

yum install samba -y

添加兩個組

groupadd market

groupadd it

usradd -g market jobs -s /bin/false

usradd -g it dell -s /bin/false

smbpasswd -a jobs

smbpasswd -a dell

useradd bill

smbpasswd -a bill

usermod -a -G market bill

usermod -a -G it bill

mkdir /home/it

mkdir /home/market

ls -ld /home/it /home/market/

chgrp it /home/it

chgrp market /home/market

ls -ld /home/it /home/market/

chmod 3770 /home/it/

chmod 3770 /home/market/

ls -ld /home/it /home/market/

mkdir /software

mkdir /tmpupload

mkdir /tmpupload

chmod 77 /tmpupload/

chmod a+t /tmpupload/

vi /etc/samba/smb.conf

wKioL1j19V-z2FByAAEpnUq8Kwg950.png-wh_50

service smb start

chkconfig smb on


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章