adspace


How do I create a directory in unix?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988