->Title Page
->Intro
->Unix
-->Overview
-->File Structure
-->Online Manual
-->Basic Commands
-->Additional Commands
--->alias
--->ap
--->biff
--->chmod
--->compress/uncompress
--->df
--->diff
--->du
--->echo
--->find
--->finger
--->ftp
--->grep
--->history
->kill
--->look
--->mail
--->ps
--->script
--->setenv
--->source
--->spell
--->tar
--->telnet
--->umask
--->who
--->Miscellaneous
-->Login files
-->Special characters
-->Miscellaneous Tips
-->Things to try
->Vi editor
->Mirror sites
->Further reading

[ Up ]
[Prev][Home][Next]
[Author]

Unix ---> kill

At times you may find that you have a job running that you don't want to continue. It is at this point that your thoughts may turn to murder. Kill is the hitman of choice for Unix users. Kill is quick and cheap (roughly 13 keystrokes). To put kill to work just type


    kill processid
where the processid can be found with the ps command.

If the process was created by the current interactive shell, you can type


    kill %n
where n is the process index indicated by the jobs command.

If the above commands are unsuccessful you can you use the -9 flag to force termination of the process.

Please notify owners of webpages with outdated links to these pages

Find this site useful? Want to give something back?

© 1993-2001 Christopher C. Taylor