Answer Posted / kirus
kill PID
if the pid is 12
kill 12
it will kill the PID 12 if the user is owner of that PID.
The kill cmd sends the signal 15 and th Process terminates
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is it called grep?
Who invented grep?
What do know about tee command?
What's a command word?
Who command in unix operating system?
Write a command to kill the last background job?
What is {} in find command?
What is the use of sed command in unix?
What is the search command in unix?
What does pipe () return?
What is the use of tee command?
Describe the usage and functionality of the command rm –r * in unix?
What is the use of awk command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does #!/ Bin sh do?