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.

1287

What difference between cmp and diff commands?

1351

What is the difference between cat and more command?

1364

Write a command to kill the last background job?

1152

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

1317

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

1246

What will the following command do?

1174

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

1268

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

1202

What happens when we execute a unix command?

1195

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

1194

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

1207

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

1221

Explain command to view process running?

1178

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

1219


Post New Unix Commands Questions

Un-Answered Questions { Unix Commands }

What is the function of grep command in unix?

1231


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:

2317


Are you in or at the office?

1171


hw will u use awk in replacing cahrs and files

3295


Explain ‘system calls’ with respect to unix commands?

1153


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

1219


What are file commands?

1287


What does pipe () return?

1128


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

1349


Which command is used to kill the last background job?

1392


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

1131


What do chown command do?

1257


Enumerate some of the most commonly used network commands in unix?

1215


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1325


Why is shebang used?

1192