Pegasus InfoCorp: Web site design and web software development company

QUOTAON (8)

turn file system quotas on and off

SYNOPSIS

    /usr/sbin/quotaon [ -vug ] filesystem .\|.\|. /usr/sbin/quotaon [ -avug ]

    /usr/sbin/quotaoff [ -vug ] filesystem .\|.\|. /usr/sbin/quotaoff [ -avug ]

DESCRIPTION

    "quotaon command" "" "\fLquotaon\fP \(em turn file system quotas on" "user quotas" "quotaon command" "" "\fLquotaon\fP \(em turn file system quotas on" "disk quotas" "quotaon command" "" "\fLquotaon\fP \(em turn file system quotas on" "quotas" "quotaon command" "" "\fLquotaon\fP \(em turn file system quotas on" "file system" "quotaon command" "" "\fLquotaon\fP \(em turn file system quotas on"

    quotaon announces to the system that disk quotas should be enabled on one or more file systems. The file system quota files must be present in the root directory of the specified file system and be named quota.user for userquota or quota.group for groupquota. "quotaoff command" "" "\fLquotaoff\fP \(em turn file system quotas off" "user quotas" "quotaoff command" "" "\fLquotaoff\fP \(em turn file system quotas off" "disk quotas" "quotaoff command" "" "\fLquotaoff\fP \(em turn file system quotas off" "quotas" "quotaoff command" "" "\fLquotaoff\fP \(em turn file system quotas off" "file system" "quotaoff command" "" "\fLquotaoff\fP \(em turn file system quotas off"

    quotaoff announces to the system that file systems specified should have any disk quotas turned off.

OPTIONS

    -a

      All file systems in /etc/fstab marked read-write with quotas will have their quotas turned on. This is normally used at boot time to enable quotas.

    -v

      Display a message for each file system where quotas are turned on.

    -u

      Manupulate user quotas. This is the default.

    -g

      Manupulate group quotas.

    -a

      Force all file systems in /etc/fstab to have their quotas disabled.

    -v

      Display a message for each file system affected.

    -u

      Manupulate user quotas. This is the default.

    -g

      Manupulate group quotas.

FILES

    quota.user

      user quota file at the file system root

    quota.group

      group quota file at the file system root

    /etc/fstab

      default file systems

SEE ALSO