How do I open file manager from terminal in Ubuntu 18.04?
Assuming you use nautilus
you need to type
nautilus
You can of course provide it with the directory you want, eg. nautilus /usr/share/wallpapers
. If you prefer other file managers, for example thunar
just use the command thunar
instead.