how to see dirict in ubuntu using terminal 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
cd .. #go to the parent directory
cd - #go to the previous directory