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
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Enlist some filename manipulation commands in unix.
What is awk command used for?
What is the comma to show the space allocation of files?
How to display no of records in oracle using unix command?
How do I use grep to find a file?
What is the pipe command?
What does awk stand for?
Can you explain a little bit about command substitution?
What is the size of time_t?
What is pipe command in unix?
What does find command return in unix?
What do know about tee command?
What is the use of tee command?
Which command is used to copy files?