| http://www.w3.org/ns/prov#value | - ???| service frobozz stop || systemctl stop frobozz.service OR service frobozz stop || Used to stop a service (not reboot persistent)+| ls /etc/rc.d/init.d/ || systemctl list-unit-files --type=service (preferred)<br />ls /lib/systemd/system/*.service /etc/systemd/system/*.service|| Used to list the services that can be started or stopped <br /> Used to list all the services and other units
|