ubuntu go backdirectory in terminal code example
Example 1: linux command to go to the parent directory
cd .. #go to the parent directory
Example 2: go up directory terminal
how to move up in terminal
cd .. #go to the parent directory
how to move up in terminal