在启动时关闭sendmail 服务 [其它服务也一样]
posted by JianNeng in Opensource 在启动时关闭sendmail- -
对其他的服务可以采取同样的措施。
而对于那些不是从inetd启动的服务,则通过命令来关闭,例如需要关闭sendmail服务,则:
/etc/rc.d/init.d/sendmail stop
然后再设置其不在系统启动时启动:
chkconfig -levels 12345 sendmail off
[root@oracle xinetd.d]# chkconfig --level 123456 sendmail off
[root@oracle xinetd.d]#
linux 关机
[root@oracle ~]# shutdown -h now