title | description | created | updated |
---|---|---|---|
mkdir Linux Command |
mkdir Linux Command is used to create new directory. Along with Linux systems mkdir is also available in most of the popular operating systems. |
2019-09-13 |
2019-09-13 |
mkdir Linux Command is used to create new directory. Along with Linux systems mkdir is also available in most of the popular operating systems.
mkdir [name-of-directory(s)]
mkdir d1 # creates directory with name d1
mkdir d2 d3 d4 # creates directories d2, d3 and d4