Skip to content

Linux 查看运行进程

Published: at 10:21 AMSuggest Changes
location /somedirectory/ {
    autoindex on;
}

ps aux

ps -elf

top

pstree -aup

参考文章


Previous Post
Linux zip 压缩文件夹但不包含当前文件夹
Next Post
Nginx 自动列出文件