OPS235 Assignment 1 Fall 2013
Contents
OPS235 Assignment #1 -- Winter 2010
Weight: 5% of the overall grade
Due Date: First week after study week.
(Check with your Professor for exact date)
Due at the start of class.
Basic Chores
Complete the following tasks on your system (4 points for each completed task).
- Setup your system so that the command
mount /assigndir
-- executed by any user -- will attach the logical volumeassign-vol
from the volume group calledASSIGNGROUP
(minimum 100 MB) to the mountpoint/assigndir
(The volume should NOT be automatically mounted at boot time) Use/dev/sda5
as the physical volume. - Setup your system login message to say Long Live The Open Source Community (to be displayed on all virtual consoles after the login prompt)
- Setup your system login banner to say Free as in --Free of Charge-- is good too. (User should see this before login to the system)
- Setup your system so that every user has a command alias called
rmtempdir
which will delete the contents of a directory called~/temp
NOT the/tmp
directory.
Finding your way
Research on your Fedora system to come up with sets of commands to accomplish the following tasks :(5 points for each completed task)
- Display a list of all the files under the
/home
directory and its sub-directories that have been created or modified within the last 2 hours. - Display a list of all the files under the
/etc
directory and all its sub-directories that have been created or modified today (since mid-night). - Display a list of all the files under the
/var
directory and all its sub-directories that have been accessed or modified within the last 20 minutes - Display a list of all the files under the
/boot
directory and all its sub-directories that were last modified more than 6 days ago
Put each set of commands in a separate file. Name the file for task (1) as ass1-1, task (2) as ass1-2, etc. It must be possible to run these script files simply by typing their name (set the permissions appropriately).
To sudo or not to sudo
Study the man page for the sudo
command and:
- Update sudo's configuration file (using the proper program) to allow your Learn account to run
sudo
for the following commands asroot
: (8 points)mount
route
ifconfig
chown
- Create a new user called
helpme
and allow this user to runsudo
for the following commands as your learn account: (4 points)head
grep
Package Management
Research the rpm
and yum
commands to:
- Verify the integrity of a package using
rpm
to see if any of its files have been altered since installation. (you will be asked to demonstrate this when your assignment is marked)(4 points) - Add the "rpmfusion.org" repository to the yum configuration. (you will be asked to demonstrate installing a package from the rpmfusion repository when your assignment is marked) (4 points)
Alternate Software Installation
Review the yum group*
commands and use them to: (5 points)
- Find and install the XFCE dektop environment discussed in the following article: XFCE Review
- You will be asked to demonstrate how to switch to this desktop environment and back again without restarting the X server.
Review the procedures for compiling and installing software from source code and use them to: (7 points)
- Find and install the E3 text editor from source code. The project page for it can be found here: E3 Project
- You will be asked to demonstrate how to create a file using this editor.
SysAdmin Portion
Create a bash script called /bin/snapshot.sh
to record the following information: (6 points)
- A list of all recent bad login attempts.
- A list of all successful logins.
- A report of all mounted filesystems, the amount of space used and the amount of space available.
- The information should be appended to the file
/var/log/mysnapshot.txt
Research the at
command and and schedule your script to execute at 2:00am on Wednesday March 31st. (2 points)
Exploring Your Options
Research and install one software application for each of the following tasks: (4 points)
- Desktop Publishing
- Video Editing
- Accounting/Bookkeeping
- First Person Shooter Game