1:ls list
2:cd change directory
3:pwd print work directroy
4: ps process status(进程状态,类似于 windows 的任务管理器)
5:netstat 用于显示网络状态
6:grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)
7:cat more less tail 查看文件内容