Answer Posted / robin bhan
kill is an internal command used in UNIX . If a command takes more time to get executed than expected, then the user can terminate that program by giving the PID(process id) of that program.
ex. $ sort count.txt ( 'enter')
669 (PID of program sort count.txt returned by kernel)
$
in order to kill or terminate this program command is given as
$ kill 669 ('enter')
$
(above dollar prompt indicates program is terminated)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Name the various commands that are used for the user information in unix.
Name the general commands in using unix os for a beginner?
Name the unix command to find how many days the server has been up.
What are the unix commands?
What does grep v do?
How do I search for a file in unix command?
What is used to type command?
What is the general format of unix command syntax?
How do I use grep to find a file?
Why is awk called awk?
How do I open a port?
What is a bash command?
What is in grep command?
How do I clear my terminal history?
What is s and g in sed command?