How do I create a directory in unix?
Answer / Rajneesh Choudhary
To create a directory in Unix, use the 'mkdir' command followed by the name of the directory. For example: mkdir mydirectory
| Is This Answer Correct ? | 0 Yes | 0 No |
What does a pipe(|) do?
Why unix terminals are called dummy terminals?
command to display different lines that are found when compare two files?
How do I grep recursively in unix?
What will be the result if we run the command #find /tmp - mtime -2 and #find /tmp -mtime +2
What does cp mean in unix?
What is process termination in unix?
How to move a background job to forward?
What is the difference between a single dot and double dot in unix?
Write a shell script that requests the user's age and then echoes it, along with some suitable comment.
What is meant by u-area?
Explain the importance of directories in a unix system