I know open the current folder in terminal (Mac OSX) typing:

open .

But in Linux, how to do this?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

This depends on your file manager, but generally, you can do something like this:

$FILEMANAGER .

If yours is Nautilus, then:

nautilus .

Yours could be anything from Nautilus to mc. I suggest you find out the name of it to do this.

link|improve this answer
Yeah that works! Thanks. I'm using Ubuntu 11.04 – mateus007 Jun 22 '11 at 21:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.