How do you create a directory in UNIX?
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 |
what is the functionality of kernel in unix architecture?
How many bits use for MAC address?
What are Unix processes, and how do you manage them?
What is grep in bash?
what does the 'tee' command do?
What is grep command in unix with examples?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
what is tar command and what are the different types of tar commands?
what is the use of "grep" command?
What is the protocol for PING command?
How to display a file name which has zero bytes in size.
Will rm -r* removes hidden files?