|
|
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.
© 1993-2000 Christopher C. Taylor |
|||||||