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

Explain ‘system calls’ with respect to unix commands?

1047

Enlist some filename manipulation commands in unix.

1092

What do chown command do?

1119

What is the general format of unix command syntax?

2 1806

What do chgrp command do?

1149

Can you enlist some commonly used network commands?

1057

What does this command do,"$more readme.txt“?

1107

Name the unix command to find how many days the server has been up.

1116

What do chmod command do?

1146

Which command should you use to find the remaining disk space in unix server?

1238

What is the behavioural difference between cmp and diff commands?

1219

What is “chmod” command?

1102

Which command is used to find whether the system is 32 bit or 64 bit?

1082

Which unix command lists files/folders in alphabetical order?

2 1676

Name the various commands that are used for the user information in unix.

1025


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What is the command to find maximum memory taking process on the server?

1155


Who invented grep?

1113


What does grep v do?

1008


What is grep and how do you use it?

1059


What is merge command in unix?

1450


Why is grep called grep?

1237


What is the difference between grep and grep?

1067


How do I search a whole word in vim?

1132


What is the use of cut command in unix?

1302


Explain ‘library functions’ with respect to unix commands?

1121


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:

2209


How do I delete files from command prompt?

1161


What difference between cmp and diff commands?

1253


Is grep faster than awk?

994