1. 程式人生 > >【原】The Linux Command Line - Processes

【原】The Linux Command Line - Processes

all task rep shutdown ack port report proc name

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