Mkdir: Create multiple directories with one command
mkdir regular syntax. mkdir -p syntax. -p = Parent directory Syntax to create a chain of child directories. Syntax to create more than one directory at a specific level. Just a fun tidbit that makes life a bit more efficient on Linux!