bash:commands:process_commands
BASH - Commands - Process Commands
Description | Command |
---|---|
Brings the most recent job to the foreground | fg |
Bring job n to the foreground | fg n |
Display all running processes | top |
Display your currently active processes | ps |
Find all processes related to “telnet” | ps aef|grep 'telnet' |
Kill process with specific pid id | kill id |
Kill all processes named xxx | kill xxx |
Memory map of process | pmap |
Resumes suspended job without bringing them to the foreground | bg |
bash/commands/process_commands.txt · Last modified: 2021/01/26 15:47 by peter