From bc1dc2490fcbbd5d27c9466c26a56f770bca07c3 Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Tue, 27 Sep 2022 09:43:08 +0200 Subject: [PATCH] Added OG command --- services-and-process-management.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services-and-process-management.md b/services-and-process-management.md index 445fede..e621ed3 100755 --- a/services-and-process-management.md +++ b/services-and-process-management.md @@ -12,6 +12,8 @@ modified: '2021-12-09T21:40:19.872Z' - `sudo kill ` - kill process with provided pid, provided by `ps` command - `pkill ` - kill process by name :sunglasses: +**OG COMMAND** -> `ps -auxf` (tree structure) + ## on systemd u can also - `systemctl | grep ` - display all running services or grep one - `sudo systemctl is-enabled ssh` - check if service is enabled