RHCSA RHEL 8 - Configure systems to boot into a specific target automatically
Computers, Security & Gadgets Computers, Security & Gadgets
8.76K subscribers
2,785 views
69

 Published On Mar 14, 2020

Your support on Ko-Fi is much appreciated:
👉 https://ko-fi.com/csg_yt

Join our new discord channel:
👉   / discord  

Buy CSG Merchandise:
👉 http://tee.pub/lic/csg

This video is based on RHEL 8.

Video to cover the section 'Configure systems to boot into a specific target automatically' for the RHCSA (Red Hat Certified System Administrator).

More information on the required learning: http://bit.ly/rhcsa8

Notes from the video:

Targets are used to control which services are started as part of the boot process, this is controlled by the systemctl process.

To view the current default target (what target is being used for the current boot proccess:

systemctl get-default

To list all of the currently loaded targets units (as called by the master target):

systemctl list-units --type target

The command will only show the currently active units, to show all units:

systemctl list-units --type target --all

To change the default target:

systemctl set-default multi-user.target

#rhcsa #rhel #linux #redhat

show more

Share/Embed