首页 > 代码库 > 【原】The Linux Command Line - Processes

【原】The Linux Command Line - Processes

ps - report a snapshot of current processes

top - display tasks

job - list active jobs

bg - place a job in the background

fg - place a job in the foreground

kill - send a signal to a process

killall - kill processes by name

shutdown - showdown or reboot the system

【原】The Linux Command Line - Processes