Answer Posted / bharath
Unix identifies every process by a Process Identification
Number (pid) which is assigned when the process is
initiated. When we want to perform an operation on a
process, we refer to it by its pid or ProcessId.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Why is it called grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the size of time_t?
How does shebang work?
What is a bash command?
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)?
What are grep patterns?
What is awk used for?
What are the dos commands?
What is merge command in unix?
How many unix commands are there?
How do I search a whole word in vim?
What happens when we execute a unix command?
Which unix command lists files/folders in alphabetical order?
What is the difference between cat command and more command?