ubunt 下 配置samba 服务器
一. samba的安装:
sudo apt-get insall samba
sudo apt-get install smbfs
二。修改/etc/samba/smb.conf
sudo gedit /etc/samba/smb.conf
在smb.conf最后添加
[myShare]
comment = Shared Folder with username and password
path = /home/wangy
writeable = yes
browseable = yes
guest ok = yes
create mask = 0777
directory mask = 0777
available = yes
public=no //no表示除了user1这个用户,其它用户在进入samba服务器后看不见wangy这个目录,如果为yes,虽然能看见wangy这个目录,但除了user1这个用户能进入这个目录,其它人进不了。
为了使gesst用户可以访问,还要将security 设定为share
####### Authentication #######
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
# security = user
security = share
三 修改共享目录/home/wangy权限
cd /home/wangy
sudo chmod -R 777 /home/wangy
四.重新启动服务
sudo service samba restart
其他命令
sudo service samba start
sudo service samba stop
#/etc/init.d/samba restart
#/etc/init.d/samba start
#/etc/init.d/samba stop
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· DeepSeek 开源周回顾「GitHub 热点速览」