Latest web development tutorials

Linux quota command

Linux command Daquan Linux command Daquan

Linux quota command displays the disk space limit has been used.

Executive quota instructions, can be found to limit disk space, and how much space that has been used.

grammar

quota [-quvV][用户名称...] 或 quota [-gqvV][群组名称...]

Parameter Description:

  • -g group lists disk space limit.
  • -q concise list, list only the portion that exceeds the limit.
  • -u Lists user's disk space limit.
  • -v displays the user or group, in the space of all linked into the system's storage devices.
  • -V Display version information.

Examples

# quota -guvs    <==显示目前执行者(就是 root )的 quota 值 
# quota -uvs test <==显示 test 这个使用者的 quota 值

Linux command Daquan Linux command Daquan