next up previous
Next: Repeating and Changing Commands Up: USING UNIX Previous: Getting Information (whoamipwd,

Killing Jobs and Processes (kill)

To kill or terminate a job you type kill %number where number is the job number as reported by jobs. To kill a process, use kill processnumber where the processnumber is reported by ps. Watch out! Don't kill a process unless you know what you are doing.