GNUstep.org
[Top] [Contents] [Index] [ ? ]

GNUstep Filesystem Hierarchy Document

1.0 The System Domain  
1.1 The Local Domain  
1.2 The Network Domain  
1.3 The Users Domain  
1.4 Structure of a Domain  
1.5 Configuration  

On GNUstep, there are four separate places where files related to GNUstep are installed: these places are called "domains". These four domains are the System domain, the Network domain, the Local domain, and the User domain. Each of these domains serve a special purpose.

You can install various things in each domain; for example applications, tools or libraries. Each domain should allow you to install the different types of resources or compiled software.

Starting with gnustep-make version 2.0, each GNUstep installation can specify how these domains should be organized and mapped to directories on the filesystem. A way to map GNUstep domains to filesystem directories is called a "filesystem layout". A filesystem layout will specify in which directory System Tools are to be installed, for example. The description of various filesystem layouts (and instructions on how to create your own) can be found in the `FilesystemLayouts' directory inside gnustep-make.

Applications, libraries, bundles and other resources are normally looked up in domains following a fixed order: User first, then Local, then Network, then System.

In this document we give a general overview of the GNUstep domains and of the interesting locations in a domain. We also describe the default GNUstep filesystem layout.

The default GNUstep filesystem layout is a good way to discuss domains, because it is very simple: in the default GNUstep filesystem layout, every domain is mapped to a single directory on disk. For example, the System domain could be mapped to the `/usr/GNUstep/System' directory, and everything that is installed into the System domain is then installed into some subdirectory of `/usr/GNUstep/System'. Before gnustep-make version 2.0, this was the only filesystem layout available.

Please keep in mind that (starting from gnustep-make version 2.0) this is not the case for a general filesystem layout; for example a typical FHS (Unix) layout might be installing System Tools in `/usr/bin' and System Admin Tools in `/sbin'.



This document was generated by Adam Fedor on January, 1 2008 using texi2html