You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
617 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

quotaoff
===
关闭Linux内核中指定文件系统的磁盘配额功能
## 补充说明
**quotaoff命令** 用于关闭Linux内核中指定文件系统的磁盘配额功能。
### 语法
```
quotaoff(选项)(参数)
```
### 选项
```
-a关闭在/etc/fstab文件里有加入quota设置的分区的空间限制
-g关闭群组的磁盘空间限制
-u关闭用户的磁盘空间限制
-v显示指令执行过程。
```
### 参数
文件系统:指定要关闭磁盘配额功能的文件系统。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->