Linux can seem like a very daunting environment. But it doesn’t have to be! With the two topics in this cheat sheet—the commands you’ll use on a daily basis and the useful help pages—you can easily navigate your Linux environment.

Linux commands
Although you can do most things in Linux these days by pointing and clicking, you still may want to try using Linux at the command prompt. This table shows you the commands that help you navigate your Linux system using only your keyboard.
To access your CDs/DVDs:
- If you’re in the GUI, the media should be automatically detected.
- On the command line, look in the
/mediaYou may need to use mount /media/cdrom, /media/dvdrom, or some other variant.
To remove your CDs/DVDs:
- In the GNOME 3 desktop, right-click the CD icon and choose Eject. If you’re using the KDE Plasma desktop, select the Device Notifier icon in the Panel, then select the CD icon to eject.
- On the command line, type umount /media/cdrom, where you should change cdrom to whatever you had to use to mount the item.
Linux help pages
To find help in Linux, try
- man -k [keyword>: Search a database for commands that involve the keyword. Can also be used as apropos [keyword>.
- info [command>: Display a file’s help information in an alternate format.
- man [command>: Display a file’s help information.
- whatis [command>: Display a short blurb about the command.
- openSUSE: The openSUSE documentation provides a complete reference guide to both the openSUSE environment, and the GNOME 3 desktop environment. There’s also a user forum where users can post and answer specific questions about using openSUSE.
- Ubuntu: The official Ubuntu documentation provides basic information on how to get started with most common desktop tasks. Just look for the topic area you’re interested in and follow the thread. Ubuntu also has a wiki website, where Ubuntu users can contribute their own guides and tutorials.



