只修改文件夹权限
chmod 755 `find <path> -type d`
find <path> -type d -exec 755 \{\} \;
只修改文件权限
chmod 644 `find <path> -type f`
find <path> -type f -exec 644 \{\} \;
find <path> -name <keyword>
lsof -i:<端口号>
nohup 程序 &
ip route list
route
route del default gw <ip> dev <网卡id>
route add default gw <ip> dev <网卡id>