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
Introduction to Graph Theory
Douglas B. West / Prentice Hall / 2000-9-1 / USD 140.00
For undergraduate or graduate courses in Graph Theory in departments of mathematics or computer science. This text offers a comprehensive and coherent introduction to the fundamental topics of graph ......一起来看看 《Introduction to Graph Theory》 这本书的介绍吧!