1.粘貼快捷鍵windows
shift+insert進程
2.顯示當前所在目錄字符串
pwd搜索
3.搜索命令grep
grep 要搜索的字符串 要搜索的文件名 相似於windows裏面的ctrl+f端口
4.管道命令文件
eg:ps -ef | grep aaa快捷鍵
5.查看進程:co
ps -ef字符
6.清屏
clear
7.結束進程
kill -9 進程pid
8.查看網卡信息
ifconfig
9.查看當前系統端口的使用
netstat -an