2.11BSD/man/cat8/quotaon.0

Compare this file to the similar file:
Show the results in this format:




QUOTAON(8)	    UNIX Programmer's Manual	       QUOTAON(8)



NAME
     quotaon, quotaoff - turn filesystem quotas on and off

SYNOPSIS
     quotaon [-v] _f_i_l_e_s_y_s_t_e_m ...
     quotaon [-v] -a
     quotaoff [-v] _f_i_l_e_s_y_s_t_e_m ...
     quotaoff [-v] -a

DESCRIPTION
     Quotaon announces to the system that disk quotas should be
     enabled on one or more filesystems.  Quotaoff announces to
     the system that the specified filesystems should have any
     disk quotas diskquotas turned off.  The filesystems speci-
     fied must have entries in /_e_t_c/_f_s_t_a_b and be mounted.  Quo-
     taon expects each filesystem to have a quota file named _q_u_o_-
     _t_a_s located at the root of the associated file system.
     These defaults may be overridden in /_e_t_c/_f_s_t_a_b.

     Available options:


     -a             If the -a flag is supplied in place of any
		    filesystem names, quotaon/quotaoff will
		    enable/disable all the filesystems indicated
		    in /_e_t_c/_f_s_t_a_b to be read-write with disk quo-
		    tas.

     -v             Causes quotaon and quotaoff to print a mes-
		    sage for each filesystem where quotas are
		    turned on or off.

FILES
     _q_u_o_t_a_s	    at the filesystem root with user quotas

     /_e_t_c/_f_s_t_a_b     filesystem table

SEE ALSO
     quota(1), setquota(2), fstab(5), edquota(8), quotacheck(8),
     repquota(8)

HISTORY
     The quotaon command appeared in 4.2BSD.












Printed 11/26/99	January 21, 1996			1