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
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is unix command?
How do I find previous commands in unix?
Enlist some filename manipulation commands in unix.
Explain command to view process running?
Does cp command overwrite files?
What is rmdir command?
How do I delete files from command prompt?
What are grep patterns?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the behavioural difference between cmp and diff commands?
What is “chmod” command?
What is the command to find maximum memory taking process on the server?
What is merge command in unix?
How can we use grep command in unix?