How do I create a directory in unix?



How do I create a directory in unix?..

Answer / Rajneesh Choudhary

To create a directory in Unix, use the 'mkdir' command followed by the name of the directory. For example: mkdir mydirectory

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix General Interview Questions

What does a pipe(|) do?

1 Answers  


Why unix terminals are called dummy terminals?

1 Answers  


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

2 Answers   HP,


How do I grep recursively in unix?

1 Answers  


What will be the result if we run the command #find /tmp - mtime -2 and #find /tmp -mtime +2

6 Answers   Steria,


What does cp mean in unix?

1 Answers  


What is process termination in unix?

1 Answers  


How to move a background job to forward?

1 Answers  


What is the difference between a single dot and double dot in unix?

1 Answers  


Write a shell script that requests the user's age and then echoes it, along with some suitable comment.

1 Answers  


What is meant by u-area?

1 Answers  


Explain the importance of directories in a unix system

1 Answers  


Categories