I use Ubuntu as a server, and I want to change its runlevel to be full multi-user text mode (like init 3 in RedHat).
From this command runlevel
i see that am running N 2
which is Graphical multi-user with networking based on this http://en.wikipedia.org/wiki/Runlevel
So I'm wondering, is "1- Single-user mode" in Ubuntu the equivalent for "3- Full multi-user text mode" in RedHat?
systemd
, see http://askubuntu.com/questions/788323/change-runlevel-on-16-04 for an updated question and answer. – Stéphane Gourichon Mar 18 '17 at 20:58