Linux Administration FAQs |
| Copyright © 2009 by Zack Smith All rights reserved. This is just a collection of Linux administration topics that I've collected over time. How do I mount an ISO image?Use the loopback functionality. As root:mkdir /iso mount -o loop whatever.iso /iso How do I enable a graphical start-up with X WindowsI use Slackware, which starts up with a textual interface. Sometimes though, it's nice to boot the system and get X Windows and get a graphical login, even though I'm not wild about X.To enable this, you have to set the target runlevel in /etc/inittab.
On the line
Links
|
|