How do you create a directory in UNIX?



How do you create a directory in UNIX?..

Answer / hr@tgksolutions.com

In UNIX, the mkdir command is used to create directories. By executing mkdir directory_name, a new directory with the given name is created in the current location. The command is simple yet powerful, with options like -p, which allows the creation of nested directories in a single command. It's essential for organising files and ensuring structured data storage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What is the different between UNIX command and UNIX shell script?

2 Answers  


What is the protocol for PING command?

1 Answers   IBM,


How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.

3 Answers   Amazon, MBA, Syntel, TCS, Unisys,


use of ls command

9 Answers  


which command is used to identify the type of the file?

3 Answers  


What is time_t?

0 Answers  


What is the Unix file system hierarchy?

2 Answers  


What is grep r?

0 Answers  


why metadb requires a seperate slice to create Solaris volume manager

0 Answers   Wipro,


How do I delete files from command prompt?

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


How do you find out all processes that are currently running in UNIX OS?

10 Answers  


Categories