Here's a few links you may find useful,
Linux commands MAN Page
Linux Command Directory: Index
Basic Linux Commands from www.reallylinux.com *****
Guide to Linux File Command Mastery
http://ntu.csie.org/~piaip/vim/vimbo...%20tutorial%22
The last is for vi/vim it's very handy to know the basics if you ever find yourself unable to log into a gui and have to edit a file from the command line. I'm not sure if vi in installed by default for your distro. For example in mandriva if x will not start you can log in at the prompt then type su enter your root password then type vi /etc/X11/xorg.conf
and you can then edit the file. You navigate using the arrow keys to make a change hit insert once done hit escape if your done editing type :wq this saves then quits type exit once to lose root then type startx and you would log into your desktop as user if the changes are successful.
I'm not familiar with SuSe it may use sudo instead...
If you have a gui and just need to make a change there are several ways. you can open a terminal/console and use su or sudo then type your root password and then type konqueror or if your using gnome nautilus it will be launched with root privleges. you can navigate to the folder and right click on xorg.conf and choose open with any text editor.. This is also useful to change permissions on files/folders say if you copy music from a windows partition to your home directory. just right click on it scroll down to properties click on the permissions tab and you'll see root as owner and group just change it to your login name. It's much faster then typing chmod 777 and every folder you need permissions changed to.
Another way is open a console/terminal and type su/sudo enter your root password at the prompt. then type cd /etc/X11 then type kwrite xorg.conf or any text editor you have
and make your changes.
I have other links if you need like some tutorials if you want to get comfortable with using the command line..
I hope this helps you get started
