Where All the Good Stuff Goes: Your /home Directory
Ultimately, the most important data on any computer belongs in this directory—the files you create for yourself. Every "real" (in contrast to a system)
In an effort to be helpful, SUSE Linux adds a few subdirectories to the /home directory by default:
You can work with these subdirectories, create more, delete some—your /home is your playground. But remember, back up your /home directory regularly. It's designed for that. |
Finding Desktop Programs in /optThe Filesystem Hierarchy Standard (FHS) says, "The /opt/ directory provides storage for large, static application software packages." In practice, this seems to mean applications oriented to the desktop. Confined within /opt are all the built-in KDE and GNOME applications, Mozilla and its Firefox progeny, Softmaker Office files, and the Zope web application server. Depending on what you have installed, your mileage may vary. |
Where Most of the Programs Go: The /usr Directory
The
/usr
directory is somewhat surprising when you look at it, because it has a parallel structure to the main (/) directory. This is why some folks give
/usr
its own mount point (that is, in DOS/Windows it would have its own drive letter). This directory is usually quite large (in the multigigabyte range, depending on how many applications you install) and contains many shared files and applications. It also
|
Variable Data: The /var Directory
The
/var
directory holds subdirectories used by various system services for spooling and logging. Some of the files in this directory are temporary, like a printer queue spooler file. System and kernel logs keep much longer and so are
Linux also uses /var for other system services. YaST keeps backup boot sectors and YaST Online Update files, among other things, in /var/lib/YaST2 . The RPM package database is also stored in /var/lib/rpm . |
Changing
|