what is the command to uninstall processes in linux?
Answer Posted / kuppusamy
Through using kill command one can terminate the process
which is running in linux.
One more command also there pkill there.
The main diffference is in kill you have to mention process
ID. In pkill you have to mention the process name.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is cpu in top command?
How do I create a .txt file?
Which is the required command for checking the file system?
How do I check dns entry?
Why is unix used?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is grep command in linux with examples?
Is llvm a compiler?
Which command is used to review boot messages?
How do I run a script in linux?
How to hide the partition in grub booting?
Is llvm a virtual machine?
What is the copy command in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?