linux系统命令

1.    shutdown -h now    关闭系统

2.    service iptables stop    关闭防火墙

3.    service iptables status    查看防火墙状态

4.    tail -f catalina.out    查看tomcat日志

5.    startup.sh    启动tomcat

6.    shutdown.sh    关闭tomcat

7.    ps -ef|grep tomcat    查看tomcat是否运行


你可能感兴趣的:(linux系统命令)