Answer Posted / jagadeeb choudhury
Program under execution is called a process.
Each and every process is all ways identified by a number
called process id or PID.
and
Program not under execution is called a File.
Thanks,
Jagadeeb@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the unix commands?
What is pipe command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is command substitution?
What is nr in awk command?
What is sed awk grep?
What does this command do,"$more readme.txt“?
Name the various commands that are used for the user information in unix.
Differentiate cat command from more command.
What is the use of awk command in unix?
What is the use of sed command in unix?
How do I use grep to search for a file?
Why is it called grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I delete files from command prompt?