参考阅读:http://billie66.github.io/TLCL/book/chap04.html 绝对路径 An absolute pathname begins with the root directory and follows the tree branch by branch until the path to the desired directory or file is completed. For example, there is a directory on you…
ps命令 ps x 加上 "x" 选项(注意没有开头的 "-" 字符),告诉 ps 命令,展示所有进程,不管它们由什么 终端(如果有的话)控制. 在 TTY 一栏中出现的 "?" ,表示没有控制终端.使用这个 "x" 选项,可以 看到我们所拥有的每个进程的信息. 进程状态 状态 含义 R 运行中.这意味着,进程正在运行或准备运行. S 正在睡眠.进程没有运行,而是,正在等待一个事件, 比如说,一个按键或者网络分组. D 不可中…