automated terminal push
All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
28
docs/Linux-Commands/.recycle/124-the-quota-command.md
Executable file
28
docs/Linux-Commands/.recycle/124-the-quota-command.md
Executable file
@@ -0,0 +1,28 @@
|
||||
# The `quota` command
|
||||
|
||||
The `quota` display disk usage and limits.
|
||||
|
||||
|
||||
### Installation:
|
||||
|
||||
You can simply go ahead and install quota on ubuntu systems by running:
|
||||
|
||||
```
|
||||
sudo apt-get install quota
|
||||
```
|
||||
|
||||
for Debian use the install command without sudo:
|
||||
|
||||
```
|
||||
apt-get install quota
|
||||
```
|
||||
|
||||
|
||||
### Syntax:
|
||||
|
||||
The general syntax for the `quota` command is as follows:
|
||||
|
||||
```
|
||||
quota [ -u [ User ] ] [ -g [ Group ] ] [ -v | -q ]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user