Answer Posted / 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 View All Answers
What is the comma to display different lines that are found when compare two files?
What do chmod command do?
Name the various commands that are used for the user information in unix.
How does the system know where one command ends and another begins?
How do you repeat a command in terminal?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I run a bash script?
How many unix commands are there?
How do I delete files from command prompt?
Which command is used to find whether the system is 32 bit or 64 bit?
What is grep command in unix with examples?
What is the first character of the output in ls l command?
How can we use grep command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is command statement?