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...



Unix Interview Questions
Questions Answers Views Company eMail

How do you go to a directory in unix?

833

How do you sort in unix?

913

How many root directories exist in unix?

954

What are directories in unix?

876

What does cd mean in unix?

861

What does sort do in unix?

838

What is af_unix?

810

What is unix directory structure?

882

What is a unix file?

910

What is a regular file in unix?

934

What is file structure in unix?

870

What is process termination in unix?

847

What is the file in unix?

866

What is the home directory in unix?

880

What is the root directory in unix?

906


Un-Answered Questions { Unix }

Is ios based on unix?

877


What does shebang mean in unix?

837


How can you kill a process in unix?

852


Why is it that it is not advisable to use root as the default login?

956


Is unix multiuser?

799


What is YACC?

1068


What is grep|sort give example?

841


How do I run a .sh file in unix?

863


What is unix environment?

886


Which command is used to copy files?

1125


Which file system is used in unix?

931


How do I grep multiple patterns in unix?

970


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 # include 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:

2204


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

1150


Is mac built on unix?

854