User Tools

Site Tools


bash:commands:process_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:commands:process_commands [2021/01/26 15:46] – created peterbash:commands:process_commands [2021/01/26 15:47] (current) peter
Line 1: Line 1:
 ====== 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"|<nowiki>ps aef|grep 'telnet'</nowiki>|
 +|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.1611675979.txt.gz · Last modified: 2021/01/26 15:46 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki