User Tools

Site Tools


bash:commands:process_commands

BASH - Commands - Process Commands

DescriptionCommand
Brings the most recent job to the foregroundfg
Bring job n to the foregroundfg n
Display all running processestop
Display your currently active processesps
Find all processes related to “telnet”ps aef|grep 'telnet'
Kill process with specific pid idkill id
Kill all processes named xxxkill xxx
Memory map of processpmap
Resumes suspended job without bringing them to the foregroundbg

bash/commands/process_commands.txt · Last modified: 2021/01/26 15:47 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki