0% found this document useful (0 votes)
8 views1 page

Linux Process Management Commands

The document provides a list of commands used for process management in a system. It includes commands such as 'ps' for listing processes, 'top' for a dynamic view, and 'kill' for terminating processes by PID or name. Additionally, it mentions 'nice' and 'renice' for setting and adjusting process priority.

Uploaded by

raphaelvicuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Linux Process Management Commands

The document provides a list of commands used for process management in a system. It includes commands such as 'ps' for listing processes, 'top' for a dynamic view, and 'kill' for terminating processes by PID or name. Additionally, it mentions 'nice' and 'renice' for setting and adjusting process priority.

Uploaded by

raphaelvicuna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Command Description

ps List processes

top Dynamic view of running processes

htop Improved top (may require install)

kill Kill a process by PID

killall Kill processes by name

nice, Set process priority


renice

You might also like