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 the command 'wc' do?
What difference between cmp and diff commands?
Give the command to display space usage on the UNIX file system.
How does pipe () work?
What is “chmod” command?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
How do I clear my terminal history?
what is the use of wild cards?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
What is shrinking file system in AIX where it actually resides?
Write a command to kill the last background job?