Answer Posted / subbareddy kake
kill -9 <PID>
PID means process id.we can process id by using ls -lrt
command.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the use of cut command in unix?
Explain ‘system calls’ with respect to unix commands?
Enumerate some of the most commonly used network commands in unix?
Can you explain a little bit about command substitution?
What is the significance of the 'tee' command?
Differentiate cat command from more command.
What is the functionality of a top command?
What happens when we execute a unix command?
Are you in or at the office?
What is the use of sed command in unix?
What is awk good for?
How to use grep command to list find the records of a file containing 10 different strings?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is grep in bash?