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 the use of the tee command?

1055

What is command substitution?

1269

What is the difference between cat command and more command?

1128

Which command is used to restrict incoming messages?

1046

Which command is used to kill the last background job?

1292

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

1150

What is the use of tee command?

1077

Describe the usage and functionality of the command rm –r * in unix?

2 1969

How can you see the command line history?

1078

Which unix command to make a new directory?

1070

What do know about tee command and its usage?

1125

Which command can you use to find the currently running process in unix server?

1073

What does the “echo” command do?

1101

Give the command for finding the current date.

1039

What do know about tee command?

1108


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What are awk commands?

1101


What is the use of finger command?

1144


What are filter commands in unix?

1112


What is difference between grep and find command in unix?

1144


What is .sh file?

1111


What is the size of time_t?

1151


What does pipe () return?

1025


Is it inbetween or in between?

1002


What is the use of egrep command in unix?

1131


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


How do I find previous commands in unix?

1126


Describe the usage and functionality of the command rm –r * in unix?

1969


What is the function of grep command in unix?

1108


How do you grep recursively?

1058


What will the following command do?

1070