LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   opening a folder (https://www.linuxquestions.org/questions/linux-newbie-8/opening-a-folder-688540/)

divyashree 12-05-2008 09:25 AM

opening a folder
 
hello is there any command to open or browse a folder...

colucix 12-05-2008 09:29 AM

You mean to open the file browser from the command line? If you're running on RHEL and have the GNOME Desktop manager maybe it is simply
Code:

nautilus /path/to/some/dir &

judge312 12-05-2008 09:30 AM

Quote:

Originally Posted by divyashree (Post 3365515)
hello is there any command to open or browse a folder...

Your question is not clear.
but i ll try to answer

from command line
cd FOLDERPATH

in GUI (linux)

htmlview file:///FOLDERPATH

divyashree 12-05-2008 09:38 AM

thanks
 
Quote:

Originally Posted by colucix (Post 3365520)
You mean to open the file browser from the command line? If you're running on RHEL and have the GNOME Desktop manager maybe it is simply
Code:

nautilus /path/to/some/dir &

Thanks a lot brother.


All times are GMT -5. The time now is 09:50 PM.