Linux - Changing Directories in Bash
pwd (print working directory) - shows us the current path we are in

we can navigate the path using cd command
(absolute path)
(relative path)
to return to desktop

pwd (print working directory) - shows us the current path we are in

we can navigate the path using cd command
(absolute path)
(relative path)
to return to desktop
