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 use of tee command?
How to add content of one file into another file at the beginning
What is the difference between awk and grep?
How do I use grep to find a file?
what does a process mean?
what are the different commands used to create files?
Why is awk called awk?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
what is the use of "grep" command?
Give the command for finding the current date.
what is shell?
what is the functionality of kernel in unix architecture?