You may use the command “telinit” to change the SysV system runlevel without the need to reboot. You will need root access to run the command
Use 1: Single User Mode
# telinit S
Use 2: To go to Graphical.Target
# telinit 5
Use 3: To go to Multi-User.Target
# telinit 3
Use 4: To Reload daemon configuration. This is equivalent to systemctl daemon-reload.
# telinit q
To verify, you can use the command systemctl get-default
# systemctl get-default
graphical.target



