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
What is the use of cut command in unix?
What does this command do? Cat food 1 > kitty
Explain command to show the space allocation of files?
Why is shebang used?
What is the comma to show the space allocation of files?
What is the use of the tee command?
Explain ‘system calls’ with respect to unix commands?
What is “chmod” command?
What does find command return in unix?
Which command is used to create a directory?
Which command is used to kill the last background job?
What do know about tee command and its usage?
Which command is used to copy files?
What does 'mkdir' command do in UNIX?
What does grep v do?