首页
首页 » 磁盘管理 » quotaoff

quotaoff

quotaoff
功能说明:关闭磁盘空间限制。
语  法:quotaoff [-aguv][文件系统...]
补充说明:执行quotaoff指令可关闭用户和群组的磁盘空间限制。
参  数:
  -a   关闭在/etc/fstab文件里,有加入quota设置的分区的空间限制。
  -g   关闭群组的磁盘空间限制。
  -u   关闭用户的磁盘空间限制。
  -v   显示指令执行过程。

quotaoff

quotaoff [options] [filesystems]

System administration command. Turn off enforcement of filesystem quotas. This command is a synonym for quotaon -f

Options

-a

Turn off quotas for all filesystems in /etc/fstab.

-F format

Show quota for the specified format. (See quota for valid formats.)

-g

Turn group quotas off.

-p

Print current quota status, then exit.

-u

Turn user quotas off.

-v

Print a message for each filesystem affected by the command.

-x command

On an XFS system, perform one of the following commands:

delete

Remove quota metadata from the XFS filesystem.

enforcement

Turn off limit enforcement on an XFS filesystem.