Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Briefly, how do you install Oracle software on UNIX.

2 Answers  


How to setup Disk space as well as memory in solaris10?

4 Answers  


What is the difference between AWK and SED commands? Plz give example and explain...

3 Answers   RBS,


Differentiate cat command from more command.

0 Answers  


What is the command to find hidden files in the current directory?

0 Answers  


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

0 Answers  


1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?

7 Answers  


How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.

3 Answers   Amazon, MBA, Syntel, TCS, Unisys,


how to delete entire records in unix ?

13 Answers   Cap Gemini,


How do I use grep to search for a file?

0 Answers  


Write a command to display a file’s contents in various formats?

0 Answers  


What is the comma to display different lines that are found when compare two files?

0 Answers  


Categories