.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#)nice.1 6.2 (Berkeley) 5/8/86 .\" .TH NICE 1 "May 8, 1986" .UC 4 .SH NAME nice, nohup \- run a command at low priority .SH SYNOPSIS .B nice \fR[\fB\-\fInumber\fR] .I command .RI [ arguments ] .PP .B nohup .I command .RI [ arguments ] .SH DESCRIPTION .B Nice executes .I command with low scheduling priority. If the .I number argument is present, the priority is incremented (higher numbers mean lower priorities) by that amount up to a limit of 20. The default .I number is 10. .PP The super-user may run commands with priority higher than normal by using a negative priority, e.g. `\-\-10'. .PP .B Nohup executes .I command immune to hangup and terminate signals from the controlling terminal. The priority is incremented by 5. .B Nohup should be invoked from the shell with `&' in order to prevent it from responding to interrupts by or stealing the input from the next person who logs in on the same terminal. .SH FILES .IP nohup.out 15 standard output and standard error file under .B nohup .SH "SEE ALSO" .BR nice (2). .SH DIAGNOSTICS .B Nice returns the exit status of the subject command.