如何查看Linux服务器在启动时有多少程序随机启动
发布网友
发布时间:2022-04-19 18:33
我来回答
共3个回答
热心网友
时间:2023-08-28 01:33
我一般用chkconfig命令
chkconfig --list|grep on
要关闭某个服务,用
chkconfig xxx off
这个给你参考:
http://soft.zdnet.com.cn/software_zone/2007/1006/537387.shtml
热心网友
时间:2023-08-28 01:33
这个 如果想简单点处理的话
sudo apt-get install rcconf
然后运行rcconf 可以管理当前运行级的daemon程序
热心网友
时间:2023-08-28 01:34
查看Linux服务器在启动时程序随机启动:
# ntsysv