Saturday, August 25, 2007

Linux:commands: how to kill jobs in background

If you have jobs running in background, you could kill them by the easier way than finding their PID and kill them. Just use the command jobs to find which job is running in background, and then pick up the job you want to kill, use kill %1 (here 1 is the job number)

No comments:

Locations of visitors to this page