Appearance
# linux # 占用10089端口的进程 netstat -ltnp | grep -w ':10089' # windows # 占用10089端口的进程 netstat -aon|findstr "10089" # 杀死进程 taskkill /f /pid 10000
# 查看根路径下各目录大小, 限制一层目录 du -h --max-depth=1 /