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
Which command is used to find whether the system is 32 bit or 64 bit?
Why is shebang used?
What is grep command in unix with examples?
Which unix command to make a new directory?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the command to find hidden files in the current directory?
How do I use grep to find a file?
What is grep short for?
What does awk stand for?
What is unix command line?
Differentiate cat command from more command.
What does the “echo” command do?
Can you explain a little bit about command substitution?
What is awk command used for?