-
Story
-
Resolution: Done
-
Minor
-
RH134 - RHEL 7 0
-
None
-
ROLE
URL:
Reporter RHNID:
Section: -
Language: ||||||||
Workaround:
Description: 5.4. Practice: Discovering Process Priorities - spacing in sample code in steps 6 & 7 may be confusing to students. In step 6 example:
"nice -n10 sha1sum /dev/zero&" could be:
"nice -n 10 sha1sum /dev/zero &".
In step 7 example:
"ps -opid,pcpu,nice,comm $(pgrep sha1sum)" could be:
"ps -o pid,pcpu,nice,comm $(pgrep sha1sum)"
The commands work as listed but are harder to read and understand.