[ show all running processes ] (1) ps -aux | less 'ps' means: Process Status The -a option tells ps to list the processes of all users on the system rather than just those of the current user, with the exception of group leaders and processes not ass…
2019年4月1日: “目录” = “文件夹” 常用命令(一): 1.ls: list 列表,默认当前文件夹的文件和目录 linux:命令+选项+参数 ls -l:长输出,列出文件的详细信息 - rw- r -- r -- "-":表示一个普通文件.“rw-”:一组. # ls -a 回车:当前目录下所有包括隐藏的文件.a = all. # ls -l -h:查看文件大小(有单位). ls -lh.(短选项可以合并到一起,参数不能合并,命令和参数.选项中间要有空格). ls -d…