Which command is used to create a directory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


What is the command to check ports active in UNIX?

4 Answers   Accenture, IBM,


what is the cmd to display the last exit status in UNIX?

5 Answers   MEIT, Syntel,


What is shrinking file system in AIX where it actually resides?

0 Answers  


what is shell?

3 Answers  






why unix commands can be divided into internal and external commands?

3 Answers   Informatica,


The rm command removes links to file. What does this mean? How then is a file deleted from the file system?

5 Answers  


Give the command for finding the current date.

0 Answers  


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<stdlib.h> # include <stdio.h> 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:

0 Answers  


what is Online(STM) and offline diagnostics in HP-UX?

2 Answers   HP,


What is rmdir command?

0 Answers  


What does pipe () return?

0 Answers  


Categories