how to go to root directory in ubuntu code example
Example 1: how to open directory in linux using command
Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open . #Open current directdory in Unix
start . #Open current directory in Windows
Example 2: change direcotry ubuntu
cd directory_name