Linux repquota命令
Linux 教程
· 2019-02-15 10:28:40
Linux repquota命令用于检查磁盘空间限制的状态。
执行repquota指令,可报告磁盘空间限制的状况,清楚得知每位用户或每个群组已使用多少空间。
语法
repquota [-aguv][文件系统...]
参数说明:
- -a 列出在/etc/fstab文件里,有加入quota设置的分区的使用状况,包括用户和群组。
- -g 列出所有群组的磁盘空间限制。
- -u 列出所有用户的磁盘空间限制。
- -v 显示该用户或群组的所有空间限制。
点击查看所有 Linux 教程 文章: https://codercto.com/courses/l/14.html
Programming Python
Mark Lutz / O'Reilly Media / 2006-8-30 / USD 59.99
Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of chan......一起来看看 《Programming Python》 这本书的介绍吧!