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 |
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the use of egrep command in unix?
distinguish between physical addresses and logical address?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
What is the different between UNIX command and UNIX shell script?
Name the various commands that are used for the user information in unix.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the unix command to confirm a remote host is alive or not?
What are the general commands in using unix os for a beginner?
What is the difference between pipe and xargs?
which command is used to change group?
Why is grep called grep?