doc: Proc Priorities Under Process Management (#8486)

master
sukalaper 3 days ago committed by GitHub
parent 9ebb288f9b
commit 1197a0fd6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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