系統管理
1748286 會員
3891 線上
108761 解決方案
發表新文章

如何把Samba的service停掉!!

 
watermelonyu
教授

如何把Samba的service停掉!!

如標題!!
1則回覆 1
watermelonyu
教授

如何把Samba的service停掉!!

Hi :



1. stop samba server



Stop the runing samba server by

# /etc/init.d/samba stop



Modify the system configuration file prevent samba be start automatic on boot.



vi /etc/rc.config.d/samba

RUN_SAMBA=0



stop cifs client



Stop the runing cifs client by

# /etc/init.d/cifsclient stop



Modify the system configuration file prevent clfs client be start automatic on boot.



vi /etc/rc.config.d/cifsclient

RUN_CIFSCLIENT=0



..

.