chkconfig
Verified for current stable LTS
Chkconfig Command: Enable Service At Boot Specific Runlevels Linux
Use for enable service at boot specific runlevels linux with Chkconfig. Exact CLI syntax to enable service at boot specific runlevels linux using Chkconfig.
When to use this: Use for enable service at boot specific runlevels linux with Chkconfig.
Command Syntax
chkconfig --level <2345> <sshd> on chkconfig --level <2345> <sshd> on Live Command Builder
Final Command
chkconfig --level <2345> <sshd> on Command Breakdown
--level- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to enable service at boot specific runlevels linux using Chkconfig.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Chkconfig Command: Disable Service At Boot Linux
chkconfig <ntpd> off Chkconfig Command: Disable Service At Boot Specific Runlevel Linux chkconfig --level <3> <ntpd> off Chkconfig Command: Enable Service At Boot Linux chkconfig <sshd> on Chkconfig Command: List Services Runlevel Linux chkconfig --list Chkconfig Command: Show Service Runlevel Linux chkconfig --list <ntpd>