mkdir is used to move the directory or file from place to other
Answers
Answered by
0
Answer:
Creating a new directory (or folder) is done using the "mkdir" command (which stands for make directory.) I'll create a new directory named "OtherStuff". When I type "ls", we'll see the new folder in our list. That's really all there is to it!
Similar questions