1、查看
netstat --tulnp
..master smtp 服务
2、关闭
/etc/init.d/服务 stop 停止 : start 启动
chkconfig 服务 off 关闭 : on 启动
3、yum search xxx 查找某个软件
yum install xxx 安装某个软件
yum remove xxx 卸载某个软件
1、查看
netstat --tulnp
..master smtp 服务
2、关闭
/etc/init.d/服务 stop 停止 : start 启动
chkconfig 服务 off 关闭 : on 启动
3、yum search xxx 查找某个软件
yum install xxx 安装某个软件
yum remove xxx 卸载某个软件