2014-02-27笔记

The meaning of Linux file lists:

PID:进程ID;
PPID:Parent process id
STIME:开始时间;
TTY:
TIME:
CMD:命令

ps ua --sort -pid,cmd   #按pid降序,cmd升序排列

ps
kill
df
free
vmstat
mount
w -显示登录用户信息









原文地址:https://www.cnblogs.com/shadowwalker/p/3572385.html