Skip to content

Commit 952626a

Browse files
author
Vladimir Kotal
committed
renice and setpriority
1 parent 3a07066 commit 952626a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proc.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@
326326
the \texttt{-l} option of the \texttt{ps} command or by explicitly specifying
327327
the fields to be printed out (see the \texttt{-o} option).
328328
\item The \texttt{renice} command can be used to manipulate the priority/nice
329-
value. Non privileged users can only increase the nice value (example from
329+
value. It usually uses the \texttt{setpriority} system call to do that.
330+
Non privileged users can only increase the nice value (example from
330331
mac OS 10.13):
331332
\begin{verbatim}
332333
$ /bin/sleep 200 & # use /bin/sleep to avoid invoking shell built-in

0 commit comments

Comments
 (0)