From 3663f2b68ba796c8de9ee573ea8b779325311cca Mon Sep 17 00:00:00 2001 From: Umer Salman Date: Wed, 25 Oct 2017 02:00:49 -0500 Subject: [PATCH] Add some more info on ps Also fixed a formatting typo. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ce202..46d3b55 100644 --- a/README.md +++ b/README.md @@ -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.