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 |
What is the different between UNIX command and UNIX shell script?
What is the protocol for PING command?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
use of ls command
which command is used to identify the type of the file?
What is time_t?
What is the Unix file system hierarchy?
What is grep r?
why metadb requires a seperate slice to create Solaris volume manager
How do I delete files from command prompt?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
How do you find out all processes that are currently running in UNIX OS?