User Tools

Site Tools


blog:opening_a_file_manager_from_the_term

This is an old revision of the document!


Opening a file manager from the term

How to open a file manager of the current directory in the terminal

Solution 1

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

xdg-open .

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

Solution 3 If you are using Gnome, you can use the gnome-open command, like so:

gnome-open .

Solution 4 You can use nautilus [path]. for current directory -

nautilus .

Ref: http://www.ubuntugeek.com/ubuntu-tiphow-to-open-a-file-manager-of-the-current-directory-in-the-terminal.html?utm_source=rss&utm_medium=rss&utm_campaign=ubuntu-tiphow-to-open-a-file-manager-of-the-current-directory-in-the-terminal

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   __ __   __  ___   _  __  _      __ ______
  / //_/  /  |/  /  | |/_/ | | /| / //_  __/
 / ,<    / /|_/ /  _>  <   | |/ |/ /  / /   
/_/|_|  /_/  /_/  /_/|_|   |__/|__/  /_/
 
blog/opening_a_file_manager_from_the_term.1300616427.txt.gz · Last modified: 2011-03-20 11:20 by brb