8

In Ubuntu 16.04 I can run open . to open file manager from terminal. The same command does not work in Ubuntu 18.04. How do I open file manager from current dir in terminal in 18.04?

codefx
  • 393
  • 2
  • 3
  • 9

1 Answers1

11

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.

dessert
  • 39,982
guiverc
  • 30,396