Nautilus is your default gnome file manager... it launches anytime you click
on a folder. open a folder, then type this into a terminal: "ps -A | grep
nautilus" it should return with the process id of nautilus if you want to
confirm it is running.
Type "nautilus --browser" into your terminal, and it will launch nautilus
and open up your present working directory (pwd)..