比思論壇

標題: 创建SMB共享 [打印本頁]

作者: zhaoxu6679    時間: 2014-7-18 12:17
標題: 创建SMB共享
#mkdir /common
#yum -y install samba
#vim /etc/samba/smb.conf
workgroup = STAFF
[common]
path = /common
#useradd harry
#smbpasswd -a harry
#service smb restart
#chkconfig smb on
修改/commonselinux
方法一
#ps -ZC smbd
#chcon -R -t samba_share_t /common
#ll -dZ /common
方法二(Recommeded!)
#yum provides *bin/semanage
#semanage fcontext -a -t samba_share_t"/common(/.*)?"
#restorecon -RFvv /common






歡迎光臨 比思論壇 (http://108.170.5.98:8080/) Powered by Discuz! X2.5