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
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988