KILL command in UNIX is used to kill the process which is running. We have to find the PID of the process which needs to be killed and pass that PID as argument.
Example for KILL Command in Unix:
Kill -9 command:
This command is used to kill the process permanently. If the process does not kill properly when we use kill command, use the “-9” option which will the process completely. But we always recommend you use kill without -9 first and if there are any issues in killing the process then go for “kill -9”.
Ex:
OTHER ADVANCED UNIX COMMANDS:
Below are the list of advanced UNIX commands used in UNIX operation system.
1 .GREP Command in Unix
2.Whoami Command in Unix
3.Passwd Command in Unix
4.Kill Command in Unix
5.Ps -Ef Command in Unix
6.Df -k Command in Unix
7.Bdf Command in Unix
8.ftp Command in Unix
9.Find Command in Unix
10.Date Command in Unix
11.Uptime Command in Unix
12.Clear Command in Unix
13.Shift Command in Unix
14.Sort Command in Unix
15.Crontab Command in Unix
16.Unix Command Line Arguments