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

Can you explain a little bit about command substitution?

1066

Describe the zip/unzip command using gzip.

1105

Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

1159

Explain ‘library functions’ with respect to unix commands?

1121

Can you write a command to erase all files in the current directory including all its sub-directories?

1 1594

What is the command to find hidden files in the current directory?

1145

What is the unix command to confirm a remote host is alive or not?

1144

What do chmod, chown, chgrp commands do?

1229

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

1155

Explain mount and unmount command.

1152

How to display no of records in oracle using unix command?

1111

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

1096

Explain how to use grep command to list find the records of a file containing 10 different strings?

1016

What is the comma to display different lines that are found when compare two files?

1090

What is the comma to show the space allocation of files?

1024


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

Can you explain a little bit about command substitution?

1066


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

1971


What does the md command do?

1077


Differentiate cmp command from diff command.

1112


What is the significance of the 'tee' command?

1140


What is pipe command in unix?

1239


What is the function of grep command in unix?

1113


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

1344


What is used to type command?

1013


What is s and g in sed command?

1065


What are filter commands in unix?

1117


What is the functionality of a top command?

1058


What is the command to compare two files in unix?

1059


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 use grep to search for a file?

1016