Skip to content

samba的安装与服务启动

sh
#安装
sudo apt install samba samba-client
#启动
sudo systemctl start smbd.service
#关闭
sudo systemctl stop smbd.service

Released under the MIT License.