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

How does shebang work?

584


Differentiate cat command from more command.

574


What is awk used for?

616


Which command is used to create a directory?

569


hw will u use awk in replacing cahrs and files

2726






Describe the zip/unzip command using gzip.

608


What is a bash command?

624


What are the differences among a system call, a library function, and a unix command?

567


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

795


What is awk good for?

582


What does #!/ Bin sh do?

587


Write a command that will display files in the current directory, in a colored, long format.

679


What are the general commands in using unix os for a beginner?

577


What is s and g in sed command?

555


What are awk commands?

582