近期用过的Linux口令备份
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了近期用过的Linux口令备份相关的知识,希望对你有一定的参考价值。
最近使用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
以上是关于近期用过的Linux口令备份的主要内容,如果未能解决你的问题,请参考以下文章