Text-only Table of Contents (frame/ no frame)
(11) Job Control Previous Top Next

Job/Process Control

^Z
Suspend current job
bg
Put suspended job in background
fg
Make background job run in the shell
kill #
Kills a job with given process id, (ps -elf | grep unix10 | more)
renice
Lets a job run at a lower priority level
at time
Runs a job at a given time, UNIX also has "cron" jobs which run on a regular schedule

Previous Top Next


slide11.src  last modified Feb 8, 2011 Introduction Table of Contents
(frame/no frame)
Printable
(single file)
© Dartmouth College