Difference between revisions of "User:Chris Tyler/OPS235 Practical 1 Practice"
Chris Tyler (talk | contribs) (Created page with 'Here is a practice exercise for OPS235 practical test #1: # Create the file <code>partitions.txt</code> containing a list of all of your partitions, as displayed by the <code>fd…') |
Chris Tyler (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Here is a | + | Here is a sample exercise for OPS235 practical test #1: |
# Create the file <code>partitions.txt</code> containing a list of all of your partitions, as displayed by the <code>fdisk</code> command. | # Create the file <code>partitions.txt</code> containing a list of all of your partitions, as displayed by the <code>fdisk</code> command. | ||
− | # Create the file <code>lvm.txt</code> containing a list of your physical volumes, volume groups, and logical volumes. | + | # Create the file <code>lvm.txt</code> containing a list of your physical volumes, volume groups, and logical volumes, as displayed by the appropriate LVM commands, plus the amount of space used in each filesystem. |
− | # Change the system configuration so that each newly-created user automatically has a file named "readme.txt" in their home directory containing a welcome message. | + | # Change the system configuration so that each newly-created user account automatically has a file named "readme.txt" in their home directory containing a welcome message. |
# Extend your root filesystem by 100M. | # Extend your root filesystem by 100M. | ||
− | # Create the file <code>resized-lvm.txt</code> containing a list of your physical volumes, volume groups, and logical volumes after | + | # Create the file <code>resized-lvm.txt</code> containing a list of your physical volumes, volume groups, and logical volumes, and the amount of space used in each filesystem, after completing the previous step. |
# Create the file <code>bash-files.txt</code> containing a list of all of the files that were installed as part of the <code>bash</code> RPM package. | # Create the file <code>bash-files.txt</code> containing a list of all of the files that were installed as part of the <code>bash</code> RPM package. | ||
− | # Create a 2MB ext3 filesystem in an image file named <code> | + | # Create a 2MB ext3 filesystem in an image file named <code>p1-practice.img</code> |
− | # Place the | + | # Mount that filesystem image file. |
− | # | + | # Create the directory <code>lvm-info</code>. Place the <code>lvm.txt</code> and <code>resized-lvm.txt</code> files into that directory. Make that directory and its contents owned by <code>root</code>. |
+ | # Create the directory <code>misc</code>. Place the <code>partitions.txt</code> and <code>bash-files.txt</code> files into that directory. Make that directory and its contents owned by your normal user account. | ||
+ | # Unmount the filesystem (this is critically important. Why?) | ||
# Compress the filesystem image file. | # Compress the filesystem image file. | ||
# Exchange the filesystem image file with a colleague in your class for checking. | # Exchange the filesystem image file with a colleague in your class for checking. |
Latest revision as of 22:18, 23 February 2011
Here is a sample exercise for OPS235 practical test #1:
- Create the file
partitions.txt
containing a list of all of your partitions, as displayed by thefdisk
command. - Create the file
lvm.txt
containing a list of your physical volumes, volume groups, and logical volumes, as displayed by the appropriate LVM commands, plus the amount of space used in each filesystem. - Change the system configuration so that each newly-created user account automatically has a file named "readme.txt" in their home directory containing a welcome message.
- Extend your root filesystem by 100M.
- Create the file
resized-lvm.txt
containing a list of your physical volumes, volume groups, and logical volumes, and the amount of space used in each filesystem, after completing the previous step. - Create the file
bash-files.txt
containing a list of all of the files that were installed as part of thebash
RPM package. - Create a 2MB ext3 filesystem in an image file named
p1-practice.img
- Mount that filesystem image file.
- Create the directory
lvm-info
. Place thelvm.txt
andresized-lvm.txt
files into that directory. Make that directory and its contents owned byroot
. - Create the directory
misc
. Place thepartitions.txt
andbash-files.txt
files into that directory. Make that directory and its contents owned by your normal user account. - Unmount the filesystem (this is critically important. Why?)
- Compress the filesystem image file.
- Exchange the filesystem image file with a colleague in your class for checking.