Re: Multi-user mode -

2019-12-15 Thread Tom Horsley
On Sun, 15 Dec 2019 07:21:18 -0500 Bob Goodwin wrote: > What is the command to changer to "run level 3" as the default? The safest way is with the systemctl "set-default" command, which will prevent you from making stupid typos and creating the symlinks incorrectly and breaking your system :-).

Re: Multi-user mode -

2019-12-15 Thread Bob Goodwin
On 2019-12-15 07:31, Ed Greshko wrote: On 2019-12-15 20:21, Bob Goodwin wrote: What is the command to changer to "run level 3" as the default? As you may imagine, there is more than one way to do this. . Yes, that is why I asked after looking at my notes and some google searching. Thank

Re: Multi-user mode -

2019-12-15 Thread John Rowan
Ironic, I just was trying the same thing. I'm running CentOS 8.  The command systemctl enable multi-user.target is what I tried but it complained that dependencies weren't met.  I tried systemctl disable graphical.target and it appeared to take the command but running systemctl |grep graphical

Re: Multi-user mode -

2019-12-15 Thread Ed Greshko
On 2019-12-15 20:21, Bob Goodwin wrote: > What is the command to changer to "run level 3" as the default? As you may imagine, there is more than one way to do this. I tend to do it by replacing a symbolic link in /etc/systemd/system.  Like so [root@f31k system]# cd /etc/systemd/system The

Multi-user mode -

2019-12-15 Thread Bob Goodwin
What is the command to changer to "run level 3" as the default? Bob -- Bob Goodwin - Zuni, Virginia, Fedora Linux-31 XFCE ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...