The cd command in Linux
While working within the terminal, moving around within directories is pretty much a necessity. The cd command is one of the important Linux commands you must know and it will help you to navigate through directories. Just type cd followed by directory as shown below.
The mkdir command in Linux
The mkdir command allows you to create directories from within the terminal. The default syntax is mkdir followed by the directory name.