--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # systemctl is-enabled > Check whether unit files are enabled. > See also: `systemctl enable`, `systemctl disable`. > More information: . - Show the enablement state: `systemctl is-enabled {{unit1 unit2 ...}}` - Suppress output and return only the exit code: `systemctl is-enabled {{unit}} {{[-q|--quiet]}}` - Show installation targets and symlink paths: `systemctl is-enabled {{unit}} {{[-l|--full]}}`