Add some more info on ps (#65)

Also fixed a formatting typo.
This commit is contained in:
Umer Salman 2017-11-19 12:32:35 -06:00 committed by Adnan Ahmed
parent de77a6f9e0
commit b2e947fbc7
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,7 @@
1.5. [Process Monitoring Operations](#15-process-monitoring-operations)
2. [Basic Shell Programming](#2-basic-shell-programming)
2.1. [Variables](#21-variables)
2.2 [Array](#22-array)
2.2. [Array](#22-array)
2.3. [String Substitution](#23-string-substitution)
2.4. [Functions](#24-functions)
2.5. [Conditionals](#25-conditionals)
@ -821,6 +821,10 @@ Lists your processes.
```bash
ps -u yourusername
```
Use the flags ef. e for every process and f for full listing.
```bash
ps -ef
```
### o. `quota`
Shows what your disk quota is.