how to go to home directory in ubuntu code example
Example 1: linux command to go to the parent directory
cd .. #go to the parent directory
Example 2: linux command to go to the previous directory
cd - #go to the previous directory
Example 3: change direcotry ubuntu
cd directory_name