| http://www.w3.org/ns/prov#value | - ???| service httpd restart || systemctl restart httpd.service || Used to stop and then start a service+| 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
|