Skip to content
Snippets Groups Projects
Unverified Commit fe95f0cb authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix typo in 6.

parent 062362f8
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ Only the *root* user can lower the **nice** value of a process. You can also sta ...@@ -228,7 +228,7 @@ Only the *root* user can lower the **nice** value of a process. You can also sta
nice -n 10 stress -c 1 -t 3600 & nice -n 10 stress -c 1 -t 3600 &
``` ```
Without root access you can only set value higher than 0. Without root access you can only set value lower than 0.
> We have seen the commands: > We have seen the commands:
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment