nice, nohup
nice (csh built-in) sets the priority level of a command. The higher the priority number, the slower it will run.
Usage: nice [ + n | - n ] command
nice -20 importantJob only root can give negative value
nohup (csh built-in) makes a process immune to hangup conditions
in ~/.logout: /usr/bin/kill -HUP -1 >& /dev/null