Commands Help : systemctl

  •  Query or send control commands to the systemd manager.

[SYNOPSIS] systemctl OPTIONS COMMAND
OPTIONS
--allShow all units/properties, including dead/empty ones
# systemctl --all
--tList only units of a particular type
# systemctl -t service

COMMAND
startStart (activate) one or more units
# systemctl start sendmail.service
stopStop (deactivate) one or more units
# systemctl stop sendmail.service
reloadReload one or more units
# systemctl reload sendmail.service
restartStart or restart one or more units
# systemctl restart sendmail.service
statusShow runtime status of one or more units
# systemctl status sendmail.service
enableEnable one or more unit files
# systemctl enable sendmail.service
disableDisable one or more unit files
# systemctl disable sendmail.service

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN