Skip to main content
Format code
Source Link
Stephen Rauch
  • 4.3k
  • 15
  • 24
  • 33

Another possibility : check disk quotas for the user/group (ext

ext: repquota -a,

repquota -a

xfs  : xfs_quota -x -c 'report' /mount_point)

xfs_quota -x -c 'report' /mount_point

Another possibility : check disk quotas for the user/group (ext : repquota -a, xfs  : xfs_quota -x -c 'report' /mount_point)

Another possibility : check disk quotas for the user/group

ext:

repquota -a

xfs:

xfs_quota -x -c 'report' /mount_point
Source Link
mveroone
  • 927
  • 6
  • 11

Another possibility : check disk quotas for the user/group (ext : repquota -a, xfs : xfs_quota -x -c 'report' /mount_point)