13,420
edits
Changes
no edit summary
<li><code>ln -sf /lib/systemd/system/multiuser /etc/systemd/system/default.target</code></li>
</ul>
<li>Restart your fedora2 VM. What happens?</li>
<li>Log into your regular user account.</li>
<li>Issue the following Linux command:
<ul>
<li><code>startx</code></li>
</ul>
</li>
<li>What happens?</li>
<li>Log-off your graphical system. You should return to your shell prompt.</li>
<li>Issue the following commands:
<ul>
<li><code>rm /etc/systemd/system/default.target</code></li>
<li><code>ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target</code></li>
</ul>
</ol>