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
Write a command to display a file’s contents in various formats?
What are filter commands in unix?
Who wrote grep?
What are reported commands?
Write a command to kill the last background job?
What does #!/ Bin sh do?
What is the comma to display different lines that are found when compare two files?
What command will change your prompt to myprompt?
What is the unix command to confirm a remote host is alive or not?
What is awk used for?
What is ctrl d?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Is it inbetween or in between?
How to find $ai_serual resolved path by using unix
What do chmod, chown, chgrp commands do?