How do you create a directory in UNIX?
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 |
Explain ‘library functions’ with respect to unix commands?
what are wild cards?
How do I search a whole word in vim?
How do you list the files in an UNIX directory while also showing hidden files?
What are filter commands in unix?
in a growing log file how will you see the 1st 99 lines?
Name the various commands that are used for the user information in unix.
what is the command to find out the difference between files and folders?
What are some command words?
What is the difference between pipe and xargs?
What is grep command in unix with examples?
what is the use of "fg" command ?