Nice (Unix) |
As Unix is case-sensitive, the command nice only works when lowercase.
nice (pronounced nyce ) is a command found on UNIX and other POSIX-like operating systems such as Linux.
It directly maps to a kernel (computers) call of the same name. For a given computer process, it changes the priority_queue in the kernel s scheduling.
See also : Coreutils, Nice (disambiguation)
=External link=
*[http://unixhelp.ed.ac.uk/CGI/man-cginice Documentation] - man page|
|