LINUX SMB服务器怎么添加用户?如何设置共享文件夹?
答案:2 悬赏:30 手机版
解决时间 2021-02-27 00:16
- 提问者网友:刺鸟
- 2021-02-26 01:48
LINUX SMB服务器怎么添加用户?如何设置共享文件夹?
最佳答案
- 五星知识达人网友:低音帝王
- 2021-02-26 02:48
1、useradd 用户
2、 smbpasswd -a 用户
3、输入密码两次。
4、然后 vi /etc/samb/smb.conf
[共享名]
comment = sales stuff
path = /var (共享路径)
valid users = 用户名
public = yes
writable = yes
printable = no
create mask = 0777
directory mask = 0777
2、 smbpasswd -a 用户
3、输入密码两次。
4、然后 vi /etc/samb/smb.conf
[共享名]
comment = sales stuff
path = /var (共享路径)
valid users = 用户名
public = yes
writable = yes
printable = no
create mask = 0777
directory mask = 0777
全部回答
- 1楼网友:梦中风几里
- 2021-02-26 03:55
服务器基本配置(续)
全局配置
[global]
workgroup = 工作组名称
server string = 描述内容
netbios name = 服务器名称
security = share | user
share: 以nobody 身份登录,不需要口令,但访
问共享资源时需要口令
user: 以具体用户身份登录,需要用户名和口令
服务器基本配置(配置实例)
lobal] [global]
workgroup = engineer workgroup = engineer
netbios name = rhel5 netbios name = rhel5
server string = fileserver server string = fileserver
security = share security = user
注意事项:
如果使用security = share ,在服务器上必须为nobody 设置口令
使用命令smbpasswd -a nobody
服务器基本配置(续)
●
共享资源配置:主目录共享
[homes]
browseable = yes | no
writable = yes | no
服务器基本配置(续)
●
共享资源配置:自定义共享
[movie] 共享名
path=/disk/data/movie 共享目录路径
browseable = yes
writable=no
[music]
path=/disk/data/music
browseable = no
writable= yes
这里是配置
如果想要更多的samba配置可加qq306505716 我这里有完整的samba教程。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯