open a directory ubuntu bash code example
Example 1: ubuntu open directory from terminal
xdg-open folder_name
Example 2: ubuntu open file system from terminal
nautilus .
#or
nautilus /home/john/Downloads
xdg-open folder_name
nautilus .
#or
nautilus /home/john/Downloads