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