suspension of long process

Dave Decot decot at hpisod2.HP.COM
Fri Oct 5 03:29:34 AEST 1990


You and your "System Administration" should also find out about nice(1),
since this is probably much more appropriate to your situation than stopping
and starting your process.  There should be no problem with running your
process during the day if it is set to run at a lower priority.

To use nice(1) to run a program "prog" that takes arguments "arg1 arg2 ...",
do:

   nice -5 prog arg1 arg2 ...

This runs prog at priority likely to be lower than most other processes.
It will only run when there is nothing more "important" to do.

Dave



More information about the Comp.unix.internals mailing list