Service and Process Management

Hack The Box Academy Module: Linux Fundamentals

The section Service and Process Management belongs to Linux Fundamentals module.

Don't know how to connect to HTB VPN? Click here.

Use the "systemctl" command to list all units of services and submit the unit name with the description "Load AppArmor profiles managed internally by snapd" as the answer.

Use grep to filter out the desired output:

systemctl list-units --type=service | grep "Load AppArmor profiles managed internally by snapd"

Submit the service name as the answer. The unit name is the first column.

Join HTB Academy (Get 20 Cubes Free)

Join Now