df does only report the disk free space, how can i get my allowed free space ?
|
feedback
|
|
Take a look at the quota command here: http://linux.die.net/man/1/quota quota For example: quota -u user1 System response:
quota report Report on all users over quota limits: quota -q Quota summary report: repquota -a
No limits shown with this user as limits are set to 0. | |||
|
feedback
|