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 you.
I tend to do it by replacing a symbolic link in /etc/systemd/system. Like so....
[root@f31k system]# cd /etc/systemd/system
The initial setting in that directory
[root@f31k system]# ll default.target
lrwxrwxrwx. 1 root root 40 Nov 22 10:51 default.target -> /usr/lib/systemd/system/graphical.target
Remove the link
[root@f31k system]# rm default.target
rm: remove symbolic link 'default.target'? y
Make a new link
[root@f31k system]# ln -s /usr/lib/systemd/system/multi-user.target default.target
And reboot.
--
Bob Goodwin - Zuni, Virginia,
Fedora Linux-31 XFCE
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx