Linux命令笔记

ss -lntpd | grep :22      #查看端口占用进程

find . -name "*.DS_Store"  | xargs rm -rf     #递归删除当前目录下所有指定文件或目录

你可能感兴趣的:(Linux命令笔记)