EX300 RHCE Exam Practice Questions systemctl

How to Practice for RHCE EX300 Exam for RHEL 7

    • Service commands in RHEL 7 has been replaced by systemctl, for passing RHCE exam you should know how to
      • enable/disable the services
      • restart the services.


[marvin@server10 ~]$ sudo systemctl enable sshd
[marvin@server10 ~]$ sudo systemctl is-enabled sshd
[marvin@server10 ~]$ sudo systemctl status sshd


[marvin@server10 ~]$ sudo systemctl disable sshd
[marvin@server10 ~]$ sudo systemctl is-enabled sshd
[marvin@server10 ~]$ sudo systemctl status sshd

If you want to prepare for RHCE exam (EX300) with desire to pass the exam then you must buy this excellent book , geared and designed to make you full trained to work on RHEL 7 servers.

Leave a comment