|
If you were trying to access a folder named "My Documents" from within a command line terminal, simply type:
cd My\ Documents
or, life can be easier, type: cd My\ <then hit tab> Linux will complete the filename for you.
From within a Window Manager (Gnome, KDE, XFCE etc), simply launch a file browser window and double click on the folder you wish to access (just like you would in MS Windows).
Last edited by greengrocer; 07-26-2006 at 08:37 PM.
|