Changing Targets (used to be runlevels)

Bacause of systemd Inittab is no longer used

This makes changing to graphical user very different

Systemd uses targets insead of runlevels. There are 2 main targets

multi-user.target Analogous to runlevel 3
graphical.target Analogous to runlevel 5

Commands used to manage these

To view the currrent target run

ststemctl get-default

to set a default arget run

systemctl set-default TARGET.target