next up previous contents index
Next: On-line Help Up: Commonly Used Unix Previous: Managing Files

Managing Jobs

 
 <Ctrl-c> 		 kill current job

<Ctrl-z> stop current job; can then be run in background with bg command

ps list process by process identifier

kill PID stop process with process identifier PID

jobs list your jobs by job number



Alan Silverman
Wed Apr 12 16:54:02 METDST 1995