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 Commands Interview Questions
Questions Answers Views Company eMail

What is .sh file?

1106

How does pipe () work?

1040

What is $0 bash?

1130

What is grep in bash?

1007

How do you grep a case insensitive?

998

Who invented grep?

1105

Why is it called a shebang?

1090

What does awk stand for?

1032

What is updatedb?

989

How do I search for text in vi?

987

Who wrote grep?

1013

Is grep faster than awk?

986

How do I use grep to search for a file?

1010

How do I search a whole word in vim?

1126

What is time_t?

1055


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What is unix command?

1201


What is the pipe command?

1125


What is the size of time_t?

1147


What command will change your prompt to myprompt?

1251


How do you grep a case insensitive?

998


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:

2201


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1140


What does pipe () return?

1022


What does grep v grep do?

1022


What is the use of cut command in unix?

1292


Explain command to show the space allocation of files?

1067


Is grep faster than awk?

986


What is rmdir command?

1042


Why is awk called awk?

1020


Who wrote grep?

1013