Linux Run Levels - May

All,

I’ve a quick question on run level, as per the task I’m supposed to enable the GUI on all the servers on the stratos dc.

Here are the steps I did.

I did a SSH into individual servers stapp01, stapp02, stapp03 and uncommented the “graphical.target: analogous to runlevel 5” saved the file.

I’m not sure if I misunderstood the task itself. Need help.

Thanks,
Santhosh

@Santhosh, I guess the file changes you made were temporary. Try using

$sudo systemctl set-default graphical.target

on all the app servers. This will change the default run level to graphical.

2 Likes

@akshayyw Appreciate your response!!. I can no longer access the task now, but I will make sure I implement your suggestion once I get assigned to the task.

1 Like