Command = systemctl list-units --type service | grep vbox
This command will show you all the services running that Virtualbox has. You are essentially using grep and pipe to pull all known services that it finds which are running Vbox. This is nice to know if you need to fully disable a service.
0 comments:
Post a Comment