What is the difference between kill, pkill, and killall?
Answer Posted / hr@tgksolutions.com
• kill: Kills a process using its PID.
• pkill: Kills a process using its name.
• killall: Kills all processes with the given name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to copy text to clipboard?
Which one is better windows or linux?
Can I install linux on android phone?
What is curl used for in linux?
What is the tcp handshake?
Why linux have no virus?
Explain about the boot process?
What is curl in linux?
What is the difference between absolute and relative path?
What does nslookup do?
What is a shell script?
What is context switching in linux?
What is bash?
Can mutex be used across process?
How to create a new file or modify an existing file in vi?