Thanks to my friend Dave I today learnt the command in ubuntu that would be the equivalent to
explorer.exe “E:/”
And that is…
nautilus “/media/cdrom0″
The reason for wanting to do this was i wanted to make an application launcher on the tool bar link to a location, some to network paths ( smb:// ) and some to local mount points.
As with the structure of the windows command, nautilus is a window manager as is explorer.exe on windows. Nautilus is the official file manager for the GNOME desktop and any valid path can be passed as a parameter in terminal.













