|
|
IBM : developerWorks : Linux : Education - Tutorials | |
However, mkdir has a handy -p option that tells mkdir to create any missing parent directories, as can be seen here:
All in all, pretty straightforward. To learn more about the mkdir command, type man mkdir to read the manual page. This will work for nearly all commands covered here (such as man ls), except for cd, which is built-in to bash. |
|