User:Chris Tyler/OPS235 Practical 1 Practice
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.