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 difference between npar and vpar in HP-UX?
Which Command is Used for temprary switch User?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
In UNIX, what is the command to edit contents of the file?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
what does a process mean?
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,
what is the meaning of this command rm -rf / what will it do ?
How can you change the owner or group of a file?
What is Unix, and how does it differ from other operating systems?
How can we use grep command in unix?
what is the use of ls -l command & what is the information it gives about user ?