home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / nice.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  472 b   |  26 lines

  1. .th NICE I 2/8/75
  2. .sh NAME
  3. nice \*- run a command at low priority
  4. .sh SYNOPSIS
  5. .bd nice
  6. [
  7. \fB\-\fInumber\fR
  8. ]
  9. command [ arguments ]
  10. .sh DESCRIPTION
  11. .it Nice
  12. executes
  13. .it command
  14. with low scheduling priority.
  15. If a numerical argument is given, that priority
  16. (in the range 1-20) is used;
  17. if not, priority 4 is used.
  18. .s3
  19. The super-user may run commands with
  20. priority higher than normal
  21. by using a negative priority,
  22. e.g. `\-\-10'.
  23. .sh "SEE ALSO"
  24. nohup (I), nice (II)
  25. .sh BUGS
  26.