天天看点

Linux 常用命令

查看端口是否启动:

  netstat -tunpl |grep :3218

查看服务是否启动:

  pstree |grep squid

查看文件夹下有多少目录和文件:

  tree

继续阅读