Developer Documentation
PATH  Mac OS X Documentation > Mac OS X File System Conventions

[previous] [table of contents] [next]

The /Network Directory

The /Network directory gives the user access to file systems that are physically located on remote machines. The /Network directory has several purposes:

  1. To provide a location for home directories that are mounted from remote file servers.
  2. To give structured access to applications and other resources intended for a particular site. For example, if your company standardizes on a particular suite of fonts, these fonts can be made available to all employees through the /Network/Library/Fonts directory.
  3. To give access to any other file servers that a site's system administrator decides to make available. These can include archive servers, project servers, departmental servers, and so on.

For networked user accounts (#1 above), /Network provides the Users directory:

Users

Contains networked home directories...

Administrator

...for administrator accounts

userName

...for specific users. The directory is typically named after login name. See The User's Home Directory for a description of contents.

To provide structured access to networked applications and resources (#2 above), the directories under /Network mirror those under /System and /Local. For example, it is common to have /Network/Applications and /Network/Library just as there are /System/Applications and /System/Library (see How the Mac OS X File System is Organized for a more complete picture). This parallelism is designed to allow administrators to install site-specific applications and resources that override or complement those provided in the /System directories. See Search Paths for more information.

For access to servers of other types (#3 above), /Network provides the Servers subdirectory.

[next]