what does a process mean?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of cut command in unix?

810


What does this command do? Cat food 1 > kitty

1069


Explain command to show the space allocation of files?

715


Why is shebang used?

685


What is the comma to show the space allocation of files?

640






What is the use of the tee command?

690


Explain ‘system calls’ with respect to unix commands?

682


What is “chmod” command?

646


What does find command return in unix?

691


Which command is used to create a directory?

661


Which command is used to kill the last background job?

886


What do know about tee command and its usage?

703


Which command is used to copy files?

661


What does 'mkdir' command do in UNIX?

763


What does grep v do?

643