Polecenie Bash, aby otworzyć eksplorator plików

#The following works in all desktop environments by using the default file manager:

xdg-open .
#You can also open files from the terminal as if you had double clicked them in the file manager:

xdg-open file
DevPedrada