diff --git a/pages/linux/top.md b/pages/linux/top.md index 52981eb5e6..78fc8943ff 100644 --- a/pages/linux/top.md +++ b/pages/linux/top.md @@ -14,6 +14,10 @@ `top -u {{username}}` +- Sort processes by a field: + +`top -o {{field_name}}` + - Show the individual threads of a given process: `top -Hp {{process_id}}`