FreeBSD 4.9-RC #1 nice-command not correct

Gregory Bond gnb at itga.com.au
Mon Oct 20 23:10:45 PDT 2003


The nice command is (usually) built-in to your shell, so check your shell's 
documentation for proper command syntax.  The nice(1) man page documents the 
/usr/bin/nice program which is used for those shells (sh!) that don't have 
nice built-in.

I suspect you are using csh or tcsh, in which case the syntax is
	nice [+number] [command]




More information about the freebsd-stable mailing list