最近使用Ubuntu用到的一些口令:
rm -rf directory 移除文件夹或者文件
touch (create file)
mkdir
mv(move,rename)
chown (change own) 更改使用权限
cp copy 或者移动文件
source ./ENV/bin (enter enviroment)
sudo netstat -ap | grep :3003
kill pid(close port)
cat
whereis node(node安装在哪个目录)
which npm
top 查看系统资源占用情况类似资源管理器
另外一个参考链接,查看系统资源占用的:
http://www.oschina.net/news/77545/check-linux-server-performance-in-one-minutes
时间: 2024-10-31 04:47:48