Linux 常用命令记录


一、压缩和解压:  

  tar -czf xxx.tar.zip xxx
  tar -xzvf xxx.tar.zip

二、查看端口是否被占用:

  netstat -anp|grep 80(端口号)