Мануалы и справочники Общие команды
quota

Команда quota: опции, ключи и примеры использования

quota

Display users' disk space usage and allocated limits.

  • Show disk quotas in human readable units for the current user:

quota -s

  • Verbose output (also display quotas on filesystems where no storage is allocated):

quota -v

  • Quiet output (only display quotas on filesystems where usage is over quota):

quota -q

  • Print quotas for the groups of which the current user is a member:

quota -g

  • Show disk quotas for another user:

sudo quota -u {{username}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM