X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Ffile-hierarchy.xml;h=9d96cff007d3b143476ea75da8b33824c34d103a;hp=a996bb69d2e2bc37cec362cec8074d2e292d4767;hb=49aa61a550b3baadb1fb50e586d8fbe8b642025f;hpb=9a00f57a5ba7ed431e6bac8d8b36518708503b4e diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml index a996bb69d..9d96cff00 100644 --- a/man/file-hierarchy.xml +++ b/man/file-hierarchy.xml @@ -57,7 +57,7 @@ specifically the hierarchy described in the File System Hierarchy specification and - hier7. This + hier7. This manual page describes a more minimal, modernized subset of these specifications that defines more strictly the suggestions and restrictions systemd @@ -89,7 +89,7 @@ used for bringing up the system. On EFI systems this is possibly the EFI System Partition, also see - systemd-boot-generator8. This + systemd-efi-boot-generator8. This directory is usually strictly local to the host, and should be considered read-only, except when a new kernel or @@ -178,8 +178,8 @@ accessible to other users of the system it is essential that this directory is only written to with the - mkstemp3, - mkdtemp3 + mkstemp3, + mkdtemp3 and related calls. This directory is usually flushed at boot-up. Also, files that are not accessed within a @@ -190,7 +190,9 @@ should prefer using the directory specified in it over directly referencing - /tmp (see environ7 for details). + /tmp (see environ7 + and + IEEE Std 1003.1 for details). @@ -422,7 +424,7 @@ private logs in this directory, though it is recommended to do most logging via the - syslog3 + syslog3 and sd_journal_print3 calls. @@ -452,8 +454,8 @@ restrictions as with /tmp apply, and hence only - mkstemp3, - mkdtemp3 + mkstemp3, + mkdtemp3 or similar calls should be used to make use of this directory. If applications find the environment @@ -461,7 +463,8 @@ set they should prefer using the directory specified in it over directly referencing - /var/tmp (see environ7 for details). + /var/tmp (see environ7 + for details). @@ -524,7 +527,7 @@ is mostly an API to interface with the kernel and not a place where normal files may be stored. For details, see - proc5. A + proc5. A number of special purpose virtual file systems might be mounted below this directory. @@ -801,7 +804,7 @@ /usr/bin - Package executables that shall appear in the $PATH executable search path, compiled for the primary architecture of the operating system. It is not recommended to place internal binaries or binaries that are not commonly invoked from the shell in this directory, such as daemon binaries. As this directory is shared with most other packages of the system special care should be taken to pick unique names for files placed here, that are unlikely to clash with other package's files. + Package executables that shall appear in the $PATH executable search path, compiled for any of the supported architectures compatible with the operating system. It is not recommended to place internal binaries or binaries that are not commonly invoked from the shell in this directory, such as daemon binaries. As this directory is shared with most other packages of the system special care should be taken to pick unique names for files placed here, that are unlikely to clash with other package's files. /usr/lib/arch-id @@ -911,7 +914,7 @@ ~/.local/lib/package - Private, static vendor resources of the package, compatible wih any architecture, or any other kind of read-only vendor data. + Private, static vendor resources of the package, compatible with any architecture, or any other kind of read-only vendor data. ~/.local/lib/arch-id/package @@ -962,12 +965,12 @@ See Also systemd1, - hier7, + hier7, systemd-path1, - systemd-boot-generator8, + systemd-efi-boot-generator8, sysctl.d5, tmpfiles.d5, - pkg-config1, + pkg-config1, systemd.unit5