
进程
花木水
这个作者很懒,什么都没留下…
展开
-
进程管理
进程的管理 进程--主要指在内存中运行的程序 ps--prosess show 查看当前终端中的进程 ps命令执行的结果如下 PID--进程的编号 TTY--终端的次要装置号码 TIME--消耗CPU的时间 CMD-- 具体的命令以及参数 ps - aux | more 表示显示所有包括其他使用者的进程 more 分屏显示 USER 属主信息 PID 进程号转载 2016-08-17 17:46:40 · 438 阅读 · 0 评论 -
WIFEXITED/WEXITSTATUS/WIFSIGNALED
If the exit status value (*note Program Termination::) of the child process is zero, then the status value reported by `waitpid' or `wait' is also zero. You can test for other kinds of information e翻译 2016-08-19 13:33:58 · 535 阅读 · 0 评论