sudo apt update
安装smb服务
sudo apt update sudo apt install samba -y
创建smb密码文件
sudo touch /etc/samba/smbpasswd
添加用户并设置密码
sudo smbpasswd -a ubuntu
添加配置文件
在/etc/samba/smb.conf 中如下配置
[ubuntu] comment = ubuntu path = /opt/smb writable = yes valid user = ubuntu available = yes create mask = 0777 directory mask = 0777 public = yes
本文作者为小王子,转载请注明。
test