Add a Q&A section with some basic information on /var/empty.

This commit is contained in:
Ceri Davies 2003-05-08 19:58:37 +00:00
parent 63be88b9f7
commit db78af2e1d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16843

View file

@ -7381,6 +7381,26 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
running out of swap space.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="var-empty">
<para>What is <filename>/var/empty</filename>? I can not delete it!</para>
</question>
<answer>
<para><filename>/var/empty</filename> is a directory that the
&man.sshd.8; program uses when performing privilege separation.
The <filename>/var/empty</filename> directory is empty, owned by
<username>root</username> and has the <literal>schg</literal>
flag set.</para>
<para>Although it is not recommended to delete this directory, to
do so you will need to unset the <literal>schg</literal> flag
first. See the &man.chflags.1; manual page for more information
(and bear in mind the answer to <link linkend="unsetting-schg">
the question on unsetting the schg flag</link>).
</para>
</answer>
</qandaentry>
</qandaset>
</chapter>