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 is pid?

Answers were Sorted based on User's Feedback



What is pid?..

Answer / raj

process idntification no. which has genrated for every
process and this is the unique one.

Is This Answer Correct ?    13 Yes 1 No

What is pid?..

Answer / bharath

Unix identifies every process by a Process Identification
Number (pid) which is assigned when the process is
initiated. When we want to perform an operation on a
process, we refer to it by its pid or ProcessId.

Is This Answer Correct ?    13 Yes 2 No

What is pid?..

Answer / venu

Pid is basically process identification number and it's
required for executing any kind of tasks. pid will get
changed when you take the restart of server.

Regards,
Venu

Is This Answer Correct ?    1 Yes 1 No

What is pid?..

Answer / kiruthiga,s

each and every process have a unique id by which the kernel
will identify a process. this is caled PID.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what is virtual machine?

2 Answers   Infosys,


What is the command to compare two files in unix?

0 Answers  


What is a command and examples?

0 Answers  


Which is the command used to find out currently executing Process in UNIX?

6 Answers   Amazon,


what are the different hardwares available?

1 Answers  


Does cp command overwrite files?

0 Answers  


what is the command to find out the difference between files and folders?

6 Answers  


what are processor execution levels and priorities?

2 Answers   Infosys,


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<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

0 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


What is the function of grep command in unix?

0 Answers  


What is the behavioural difference between cmp and diff commands?

0 Answers  


Categories