- update rc.conf configuration directive for enabling quotas for
recent FreeBSD systems Reviewed by: remko PR: docs/164735
This commit is contained in:
parent
fc38abccea
commit
f15e40468d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38436
1 changed files with 7 additions and 2 deletions
|
|
@ -3246,10 +3246,15 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
information on kernel configuration.</para>
|
||||
|
||||
<para>Next you will need to enable disk quotas in
|
||||
<filename>/etc/rc.conf</filename>. This is done by adding the
|
||||
line:</para>
|
||||
<filename>/etc/rc.conf</filename>. On &os; 7.X and
|
||||
earlier, this is done by adding the line:</para>
|
||||
|
||||
<programlisting>enable_quotas="YES"</programlisting>
|
||||
|
||||
<para>On &os; 8.0-RELEASE and later, add the following
|
||||
line instead:</para>
|
||||
|
||||
<programlisting>quota_enable="YES"</programlisting>
|
||||
<indexterm>
|
||||
<primary>disk quotas</primary>
|
||||
<secondary>checking</secondary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue