linux把邮件停止,CentOS Linux release 7 安装完成后停止几个服务

本文介绍了如何在 CentOS 7 系统中停止邮件服务(postfix)、打印服务(cups)、rpcbind 服务以及关闭 SELinux 和 firewall。通过使用 systemctl 命令进行临时和永久关闭,并提供了修改 SELinux 配置及停用 NetworkManager 的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、停止邮件服务

[root@localhost ~]# systemctl stop postfix # 临时关闭

[root@localhost ~]# systemctl disable postfix # 永久关闭

Removed symlink /etc/systemd/system/multi-user.target.wants/postfix.service.

[root@localhost ~]#

二、停止打印服务:

[root@localhost ~]# systemctl stop cups.path # 临时关闭

[root@localhost ~]# systemctl stop cups.socket # 临时关闭

[root@localhost ~]# systemctl stop cups.service # 临时关闭

[root@localhost ~]# systemctl disable cups.path # 永久关闭

Removed symlink /etc/systemd/system/multi-user.target.wants/cups.path.

[root@localhost ~]# systemctl disable cups.socket # 永久关闭

Removed symlink /etc/systemd/system/sockets.target.wants/cups.socket.

[root@localhost ~]# systemctl disable cups.service # 永久关闭

Removed symlink /etc/systemd/system/multi-user.target.wants/cups.service.

Removed symlink /etc/systemd/system/printer.target.wants/cups.service.

[root@localhost ~]#

三、停止rpcbind:

[root@localhost ~]# systemctl stop rpcbind.socket # 临时关闭

[root@localhost ~]# systemctl stop rpcbind # 临时关闭

[root@localhost ~]# systemctl disable rpcbind.socket # 永久关闭

Removed symlink /etc/systemd/system/sockets.target.wants/rpcbind.socket.

[root@localhost ~]# systemctl disable rpcbind # 永久关闭

[root@localhost ~]#

四、关闭SELinux,将 /etc/sysconfig/selinux 中的 SELinux=enforcing 修改为 SELinux=disabled

临时关闭,重启失效:

#setenforce 0

#getenforce

五、关闭firewall:

#停止firewall

systemctl stop firewalld.service

#禁止firewall开机启动

systemctl disable firewalld.service

#查看默认防火墙状态(关闭后显示notrunning,开启后显示running)

firewall-cmd --state

六、关闭NetworkManager

# systemctl stop NetworkManager # 临时关闭

# systemctl disable NetworkManager # 永久关闭网络管理命令

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值