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 |
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
what are the different commands used to create files?
Explain command to view process running?
What is pipe command in unix?
What is difference between grep and find command in unix?
What are the commands in UNIX to list the files in a Directory?
Explain how to use grep command to list find the records of a file containing 10 different strings?
how to delete entire records in unix ?
Using unix command how to display no of records in oracle?
What is the difference between a hard link and a soft link in Unix?
what is the command to find out the difference between files and folders?