发布时间:2014-10-09 15:57:19
作用:有了 screen 就再也不怕前台运行的程序因为网络中断而停止运行了。用法: 1. 新建一个 session: screen #会话名随机 screen -S sessionname 2. 退出一个 session: exit 3. detach 一个 session, 不退出: .........【阅读全文】
发布时间:2014-09-10 19:18:20
A process is a set of instructions loaded into memory. ~ Numeric Process ID used for identification ~ UID, GID and SELinux context determines filesystem access Normally inherited from the executin.........【阅读全文】
发布时间:2014-09-10 10:19:04
参考文档:http://www.brendangregg.com/linuxperf.html......【阅读全文】