mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +02:00
doc: Proc Priorities Under Process Management (#8486)
This commit is contained in:
@@ -9,7 +9,7 @@ By understanding and managing proc priorities, you can optimize system performan
|
||||
Here's a simple command in the Linux terminal to display the process ID, priority, and user for all processes:
|
||||
|
||||
```sh
|
||||
ps -eo pid,pri,user
|
||||
ps -eo pid,pri,user,comm
|
||||
```
|
||||
|
||||
To change the priority of any process, you can use the `renice` command:
|
||||
|
Reference in New Issue
Block a user