what does a process mean?
Answers were Sorted based on User's Feedback
Answer / bharath
A process is an instance of running a program
Process Identification Number or Process ID or pid is used
to initiate a process.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / prasanth verkot-accel frontlin
Process means a program in execution
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rajhshekhar aletty
Process means nothing but, task is going(running) on in system.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rajib mallick
*.A process is an executable job or instance which is used
to propel the task.
*.A Process always bearing a PID no, Terminal name, PPID,
Time of starting, Identification Number andshell process as
well.
*.Overall a Process is an environment where you see all the
parameters on the way of execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subbu
A progarmme under Execuation is called as process
| Is This Answer Correct ? | 0 Yes | 0 No |
What does #!/ Bin sh do?
How do you find out all processes that are currently running in UNIX OS?
How to display a file name which has zero bytes in size.
What does touch command do in unix?
What is command statement?
how to delete entire records in unix ?
How do you repeat a command in terminal?
How to view the hidden files in /etc directory?
What is the syntax of grep command and what is its use?
What is the difference between AWK and SED commands? Plz give example and explain...
what is ls -ltd?
what does the command 'wc' do?