Results 1 to 3 of 3
hi
I was wondering is it possible to open a folder in graphical mode using linux shell(i.e. the window which shows the files/sub folders as icons) ... or open a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-26-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 15
how to open a folder in graphical mode (in a window)using linux shell
hi
I was wondering is it possible to open a folder in graphical mode using linux shell(i.e. the window which shows the files/sub folders as icons) ... or open a web browser using linux shell...Is there any linux shell command to do this...
thanks
- 08-27-2007 #2
You can open any folder and see its contents in graphical mode using the command line. Lets say there is a file you wish to see the contents of in your home directory called "sprockets." If you are using KDE, use the kde file browser "konqueror." So it would be...
or if you are already in your home directory...Code:konqueror /home/bilalb/sprockets
If you are in Gnome, use its respective file browser...Code:konqueror sprockets
To open Firefox from the command line, just open a terminal, type in "firefox" and press enter.Code:nautilus sprockets
- 08-27-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 15
thanks for the quick response....
...


Reply With Quote
