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
How do I find previous commands in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What do chmod, chown, chgrp commands do?
What is the use of sed command in unix?
What is the use of awk command in unix?
What is the search command in unix?
What is grep and how do you use it?
What are some command words?
How do I use nslookup?
What is the functionality of a top command?
How do you grep recursively?
How do I use grep to search for a file?
What is the command to view process running?
What command will change your prompt to myprompt?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?