From the exercises in chapter 3 from Introduction to Linux:
Which services run in graphical mode that don't run in text mode?
So I tried:
diff <(ls -l rc3.d/) <(ls -l rc5.d/)
Ran in the terminal in the /etc directory but according to the output (there is no output) there is no difference between both, which I don't understand. Can someone clarify?
Furthermore when I try changing runlevels from 5 to 3 by issuing:
sudo telinit 3
from the terminal, the screen turns black and freezes. There is no response to any input from the keyboard.