Linux关闭邮件服务
作者:互联网
[root@oracle ~]# service sendmail stop Shutting down sm-client: [ OK ] Shutting down sendmail: [ OK ] [root@oracle ~]# chkconfig --list sendmail sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@oracle ~]# chkconfig sendmail off [root@oracle ~]# [root@oracle ~]# chkconfig --list sendmail sendmail 0:off 1:off 2:off 3:off 4:off 5:off 6:off
标签:off,sendmail,list,关闭,Linux,oracle,chkconfig,root,邮件 来源: https://www.cnblogs.com/hanglinux/p/12963706.html