Doc: Proc Priorities Under Process Management

pull/8486/head
sukalaper 4 days ago
parent 0cadde1092
commit d8b33af8c9
  1. 2
      src/data/roadmaps/linux/content/process-management/proc-priorities.md

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

Loading…
Cancel
Save