Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

What is the use of 'mkdir' command?

Detailed Explanation

‘mkdir’ command is use to create directory.
Syntax- mkdir [option] <directory name>
Common option
-p    create parent directory
-m     access permission
Ex- % mkdir /home/frank/data
Or if your present working directory is /home/frank then
% mkdir data

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback