smb服务无法关闭
Tofloor
poster avatar
junmoxiao
deepin
2018-02-23 07:15
Author
本帖最后由 junmoxiao 于 2018-2-22 23:23 编辑


之前执行了
sudo systemctl stop smbd.service
sudo systemctl disable smbd.service

但是重启后smb服务又启动起来了


smb不能彻底关掉吗,我不需要共享服务
  1. junmoxiao@cat:~$ sudo systemctl status smbd.service
  2. ● smbd.service - Samba SMB Daemon
  3.    Loaded: loaded (/lib/systemd/system/smbd.service; disabled; vendor preset: enabled)
  4.    Active: inactive (dead)
  5.      Docs: man:smbd(8)
  6.            man:samba(7)
  7.            man:smb.conf(5)
Copy the Code

Reply Favorite View the author
All Replies
avatar
rdlg
deepin
2018-02-23 17:02
#1
有可能是文管需要所以启动了,可以直接卸载 sudo apt-get purge samba
Reply View the author