billbryant

导航

linux常用命令

1 查看进程id  ps -ef|grep  tomcat(以tomcat为例)

2 解压tar.gz文件    tar -zxvf xxx.tar.gz

3 开启端口   (a) /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT (b) /etc/init.d/iptables save (c)  service iptables restart 

4 查看时间  date  ,修改时间   ntpdate time.nist.gov  , 安装ntp   yum -y install ntp

posted on 2016-03-16 14:58  billbryant  阅读(112)  评论(0编辑  收藏  举报