Changes

Jump to: navigation, search

Tutorial8: Links / Process Management

188 bytes removed, 13:28, 3 February 2020
Managing Processes
Below are some common Linux commands involving processes:
<table cellpadding="5"><tr><th style="border-bottom: 1px solid black;text-align:left;">Linux Command</th><th style="border-bottom: 1px solid black;text-align:left;">Purpose</th></tr><tr valign="top"><td>'''ps'''</td><td>The '''ps''' (''process status'') command displays snapshot information about processes. By default, the ps command displays information only about the current terminal ('''ps -l''' provides a detailed listing, '''ps -U''' username shows all) </td></tr><tr valign="top"><td>'''top'''</td><td>xThe top command provides a continuous update including resource usage</td></tr><tr><td>'''fg'''</td><td>x</td></tr><tr valign="top"><td>'''bg'''</td><td>x</td></tr><tr valign="top"><td>'''jobs'''</td><td>x</td></tr><tr><td>'''kill'''</td><td>x</td></tr></table>  ps (process status) command displays snapshot information about processesBy default, the ps command displays information only about the current terminal (ps -U username shows all)The top command provides a continuous update including resource usage
=INVESTIGATION 1: LINKING FILES=
13,420
edits

Navigation menu