Use of CentOS7 systemctl, centos7systemctl

Source: Internet
Author: User

Use of CentOS7 systemctl, centos7systemctl

# View running services

Systemctl

 

# View the status of a service

Systemctl status httpd. service

 

# Start the service

Systemctl start foo. service

Example: systemctl start httpd. service

 

# Stop a service

Systemctl stop foo. service

Example: systemctl stop httpd. service

 

# Restart the service

Systemctl restart foo. service

Example: systemctl restart httpd. service

 

# Reload the configuration file

Systemctl reload foo. service

Example: systemctl reload httpd. service

 

# Start a service at startup

Systemctl enable foo. service

For example, systemctl enable httpd. service

 

# Disabling a service at startup

Systemctl disable foo. service

For example, systemctl disable httpd. service

 

# Check whether the service is started

Systemctl is-enabled foo. service

For example, systemctl is-enabled httpd. service

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.