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 the steps that a shell follows while processing a command.

1237

What difference between cmp and diff commands?

1312

What is the difference between cat and more command?

1303

Write a command to kill the last background job?

1107

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

1267

Write a command to display a file’s contents in various formats?

1214

What will the following command do?

1127

What is the use of the command 'ls -x chapter[1-5]' ?

1216

Is ‘du’ a command? If so, what is its use?

1155

What happens when we execute a unix command?

1147

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

1132

Using unix command how to display no of records in oracle?

1167

Explain command to display different lines that are found when compare two files?

1182

Explain command to view process running?

1145

What are the general commands in using unix os for a beginner?

1175


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What does #!/ Bin sh do?

1068


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 the unix command to confirm a remote host is alive or not?

1221


What are file commands?

1236


Who invented grep?

1164


How does shebang work?

1073


Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?

1575


What is the use of the tee command?

1100


What does the command '$ls | wc –l > file1' do?

1235


How do I delete files from command prompt?

1227


Which unix command to make a new directory?

1152


How can you see the command line history?

1143


How does the system know where one command ends and another begins?

2259


What does find command return in unix?

1160


What do chown command do?

1199