Basic Linux Navigation

Do you want to do it from a terminal or in Nautilus? In a terminal you just enter

cd ~/.gnome2/nautilus-scripts

The ~ part is shorthand for your home directory. The .gnome2 bit refers to a dotfile, which is a hidden file/directory used by the system. cd means change directory.

If you want to view these from Nautilus (the Gnome file manager) click Places > Home folder then enter
Code:
~/.gnome2/nautilus-scripts
in the location bar, and hit return.
 
Back
Top Bottom