Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   xfs_quota    ( 8 )

управлять использованием квоты в файловых системах XFS (manage use of quota on XFS filesystems)

USER COMMANDS

print  Lists all paths with devices/project identifiers.  The
              path list can come from several places - the command line,
              the mount table, and the /etc/projects file.

df See the free command.

quota [ -g | -p | -u ] [ -bir ] [ -hnNv ] [ -f file ] [ ID | name ] ... Show individual usage and limits, for a single user name or numeric user ID. The -h option reports in a "human- readable" format similar to the df(1) command. The -n option reports the numeric IDs rather than the name. The -N option omits the header. The -v option outputs verbose information. The -f option sends the output to file instead of stdout.

free [ -bir ] [ -hN ] [ -f file ] Reports filesystem usage, much like the df(1) utility. It can show usage for blocks, inode, and/or realtime block space, and shows used, free, and total available. If project quota are in use (see the DIRECTORY TREE QUOTA section below), it will also report utilisation for those projects (directory trees). The -h option reports in a "human-readable" format. The -N option omits the header. The -f option outputs the report to file instead of stdout.

help [ command ] Online help for all commands, or one specific command.

quit Exit xfs_quota.

q See the quit command.