Linux Administration FAQs




Version 0.2
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 Windows

I 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 id:3:initdefault:, change the 3 to a 4.

Links





Valid HTML 4.01 Transitional