首先服务必须已在/etc/init.d目录中存在。如:
方式一:
查看服务列表代码
service --status-all
[ + ] apache2
[ + ] apparmor
[ ? ] apport
[ ? ] atd
[ ? ] avahi-daemon
[ ? ] binfmt-support
[ - ] bluetooth
[ - ] bootlogd
"+"、" -"、" ?" 的含义是什么?
"+" started
"-" stopped
"?" unknown
启动开机时的服务代码
sudo update-rc.d -f myservice default
停止开机时的服务代码
sudo update-rc.d -f myservice remove
-f 递归所有运行级别
方式二:
安装代码
sudo install sysv-rc-conf
执行代码
sudo sysv-rc-conf
其它方法: http://blog.ubuntu-tweak.com/2007/09/30/how-to-control-ubuntus-services-easily.html
Ubuntu 服务器版 Iptables
iptables入门教程--设置静态防火墙(step by step)
阅读(905) | 评论(0) | 转发(0) |