查看服务器已占用的端口 lsof -i:端口号 批量删除指定后缀的文件 find . -name "*.png" | xargs rm -rf
lsof -i:端口号
find . -name "*.png" | xargs rm -rf