14,957
edits
| Line 200: | Line 200: | ||
# display the process list | # display the process list | ||
#* {{kbd | key=top }} "display Linux tasks" for {{Linux}} or | #* {{kbd | key=top }} "display Linux tasks" for {{Linux}} or | ||
#* {{kbd | key=<nowiki>top -a</nowiki>}} or {{kbd | key=<nowiki>ps aux --sort -rss | more</nowiki>}} "Sort by memory usage" for {{Linux}} | #* {{kbd | key=<nowiki>top -a</nowiki>}} or {{kbd | key=<nowiki>ps aux --sort -rss | more</nowiki>}}<ref>[http://linux.vbird.org/linux_basic/0440processcontrol.php#ps_aux 鳥哥的 Linux 私房菜 -- 第十六章、程序管理與 SELinux 初探]</ref> "Sort by memory usage" for {{Linux}} | ||
# keyin {{kbd | key=q}} to leave the process list | # keyin {{kbd | key=q}} to leave the process list | ||
# find which process to be killed. And then keyin: | # find which process to be killed. And then keyin: | ||