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 to add content of one file into another file at the beginning
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
What do chmod command do?
what is the use of "test" command in unix?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
How to display no of records in oracle using unix command?
How does a user get the current date, time in UNIX?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
what do you understand by 'building block primitive'?
How to get a particular string as your prompt ? Give syntax of that command?