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
Which command should you use to find the remaining disk space in unix server?
What is the use of the command 'ls -x chapter[1-5]' ?
Give the command for finding the current date.
How does the system know where one command ends and another begins?
What are awk commands?
How do I use nslookup?
Why is it called a shebang?
What is sed awk grep?
What is grep short for?
How many unix commands are there?
What is {} in find command?
Who command in unix?
What do know about tee command?
What command is used to check the current users?
Explain how to use grep command to list find the records of a file containing 10 different strings?