Article ID : 00071234 / Last Modified : 14/02/2014Print

How to start system services in terminal of Linux?

    To enable SSH service here, for example, after you log in the system, please click on the lower left corner icon (also start button), from the main menu select terminal, system implementation:

    % sudo systemctl start SSHD. Service open SSH services
    % sudo systemctl status SSHD. Service to SSH service condition
    % sudo systemctl stop SSHD. Service stop SSH services
    % sudo systemctl enable SSHD. Service set SSH service starting from the start
    % sudo systemctl disable SSHD. Service closed SSH service since the launch of the boot.