CenOS 9 - Lab 17

.docx

School

San Antonio College *

*We aren’t endorsed by this school

Course

2325

Subject

Information Systems

Date

Apr 3, 2024

Type

docx

Pages

1

Uploaded by BaronRiver11822

Report
Page | 1 of 1 Lab 17.1 - Task 1 Set the default target to multi-user.target. To set the default target to multi-user. target in CentOS, use the following command: Bash sudo systemctl set-default multi-user.target This command will create a symlink to the multi-user.target unit file in the /etc/systemd/system/default.target directory, making it the default target for the system to boot into. You can then reboot your system to verify that the change has taken effect: Bash sudo reboot If you want to switch back to the graphical target, you can use the following command: Bash sudo systemctl set-default graphical.target And then reboot your system: Bash sudo reboot Lab 17.1 - Task 2 Reboot to verify this is working as expected. Type, systemctl reboot
Discover more documents: Sign up today!
Unlock a world of knowledge! Explore tailored content for a richer learning experience. Here's what you'll get:
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help