Difference between revisions of "OPS235 Lab 5 - Fedora17"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=OPS235 Lab 5 - Loopback Filesystems, Archives, Compiling from Source=')
 
Line 1: Line 1:
 
=OPS235 Lab 5 - Loopback Filesystems, Archives, Compiling from Source=
 
=OPS235 Lab 5 - Loopback Filesystems, Archives, Compiling from Source=
 +
 +
 +
==Objectives==
 +
 +
#To create and use loopback filesystems in read-write mode
 +
#To create and use archive files (tar and tar.gz)
 +
#Compiling software from source code
 +
#Customizing system startup
 +
 +
 +
==References=
 +
 +
* [http://linuxmanpages.com/ man pages] for mount, fstab, tar, gzip, make, chkconfig, dd, service
 +
* Resources on the web:
 +
** [http://www.mjmwired.net/resources/mjm-services-f12.html | Services in Fedora 10]
 +
** [http://www.linuxquestions.org/questions/linux-newbie-8/learn-the-dd-command-362506/ | How to use the <code>dd</code> command]

Revision as of 17:53, 12 February 2010

OPS235 Lab 5 - Loopback Filesystems, Archives, Compiling from Source

Objectives

  1. To create and use loopback filesystems in read-write mode
  2. To create and use archive files (tar and tar.gz)
  3. Compiling software from source code
  4. Customizing system startup


=References