Exercise: ``mkdir`` =================== .. sidebar:: **See also** * :doc:`/trainings/material/soup/linux/basics/shell/file_dir_create_rm` * Create a directory ``/tmp/firstname.lastname`` * Change your *current working directory* to ``/tmp/firstname.lastname`` * Inside ``/tmp/firstname.lastname`` * :doc:`Create a subdirectory <../../file_dir_create_rm>` ``parent`` (using a :doc:`relative path <../../paths>`) * Inside ``parent``, create a subdirectory ``child`` * If possible, create ``parent/child`` with a *single* command!