what does a process mean?

Answers were Sorted based on User's Feedback



what does a process mean?..

Answer / madhu

Process is an instance of a program under execution.

Regards,
Madhu

Is This Answer Correct ?    6 Yes 0 No

what does a process mean?..

Answer / 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

what does a process mean?..

Answer / saroj kumar rout (tcs)

A process is an executing program identified by a unique
PID (process identifier). To see information about your
processes, with their associated PID and status, type

% ps

A process may be in the foreground, in the background, or
be suspended. In general the shell does not return the UNIX
prompt until the current process has finished executing.

Some processes take a long time to run and hold up the
terminal. Backgrounding a long process has the effect that
the UNIX prompt is returned immediately, and other tasks
can be carried out while the original process continues
executing.

Is This Answer Correct ?    3 Yes 0 No

what does a process mean?..

Answer / mahesh

Process is nothing but currently running set of
instructions.

Is This Answer Correct ?    2 Yes 0 No

what does a process mean?..

Answer / vijay

process is nothing but the procedure followed

Is This Answer Correct ?    1 Yes 1 No

what does a process mean?..

Answer / rock

Whenever a program is executed it will take some time to
complete the job and the time between starting and ending is
known as process.

Is This Answer Correct ?    0 Yes 0 No

what does a process mean?..

Answer / purna

A program in the main memory is nothing but a process

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

what is the command to get help on a UNIX terminal?

5 Answers  


What does the command '$ls | wc –l > file1' do?

0 Answers  


What are awk commands?

0 Answers  


how to check a file system type

7 Answers   Wipro,


What is the difference between grep and grep?

0 Answers  






Enumerate some of the most commonly used network commands in unix?

0 Answers  


How can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


What do chown command do?

0 Answers  


What is a bash command?

0 Answers  


How to find the files that are accessed before 10 minutes?

5 Answers   Amazon,


What is "type" command in unix?what is the functionality??

2 Answers  


Explain ‘system calls’ with respect to unix commands?

0 Answers  


Categories