Linux quotaoff命令
Linux 教程
· 2019-02-15 09:58:06
Linux quotaoff命令关闭磁盘空间限制。
执行quotaoff指令可关闭用户和群组的磁盘空间限制。
语法
quotaoff [-aguv][文件系统...]
参数说明:
- -a 关闭在/etc/fstab文件里,有加入quota设置的分区的空间限制。
- -g 关闭群组的磁盘空间限制。
- -u 关闭用户的磁盘空间限制。
- -v 显示指令执行过程。
实例
关闭配额限制:
# quotaoff -a
点击查看所有 Linux 教程 文章: https://www.codercto.com/courses/l/14.html
Big Java Late Objects
Horstmann, Cay S. / 2012-2 / 896.00元
The introductory programming course is difficult. Many students fail to succeed or have trouble in the course because they don't understand the material and do not practice programming sufficiently. ......一起来看看 《Big Java Late Objects》 这本书的介绍吧!