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

How do I use grep to find a file?

1117

What is awk used for?

1138

What does grep v do?

1060

What is grep and how do you use it?

1118

What is the difference between grep and grep?

1137

Why is awk called awk?

1082

What does pipe () return?

1080

Why is grep called grep?

1305

What is grep short for?

1051

What are grep patterns?

1090

Are you in or at the office?

1127

How do you grep recursively?

1111

What is grep r?

1107

How do I open a port?

1094

What does #!/ Bin sh do?

1069


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

Can you explain a little bit about command substitution?

1118


Is grep faster than awk?

1047


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:

2273


What is time_t?

1119


Which command is used to delete all files in the current directory and all its sub-directories?

1267


What is ctrl d?

1103


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1409


Explain ‘library functions’ with respect to unix commands?

1175


How do you repeat a command in terminal?

1232


What is awk used for?

1138


What is ‘ps’ command for?

1188


What is the function of grep command in unix?

1187


Name the general commands in using unix os for a beginner?

1169


What do know about tee command and its usage?

1187


What will the following command do?

1127