Linux查看进程并重启服务命令

top -u root 查看系统进程
service network restart
service iptables restart
service sshd restart
service nginx restart
service mysqld restart
chkconfig

原文地址:https://www.cnblogs.com/liruning/p/6526487.html