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
Why is it called grep?
How can we use grep command in unix?
Why is awk called awk?
Which command is used to copy files?
Is command prompt unix?
What is the first character of the output in ls l command?
Which command is used to create a directory?
What is a bash command?
Can you enlist some commonly used network commands?
What does the “echo” command do?
Explain ‘library functions’ with respect to unix commands?
What is {} in find command?
What does awk stand for?
Explain ‘system calls’ with respect to unix commands?
Write a command that will display files in the current directory, in a colored, long format.