1
0
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:
sukalaper
2025-04-11 17:46:15 +07:00
committed by GitHub
parent 9ebb288f9b
commit 1197a0fd6d

View File

@@ -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: