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