CSCI 257: Fundamental UNIX System Administration

Class Project for Spring 2003

The goal of the class project is to provide students with practical experience to administer Linux installation and administration on a computer shared with Windows.

Laboratory Assignment 4

ASSIGNMENT DUE: 12:00 NOON, March 12, 2003.

Assignment Description:

As a system administrator you will need to do various jobs such as manage file permissions, understand how to get information about your system and use scripting to automate tasks.

Goal:

The goal of this assignment is to introduce students to /proc, file permissions, and some shell features.

Objectives:

Expected Outcome:

Generic questions to find out what kind of system you are doing you work on

Examining /proc a little more (you might need to su to root to do some of this stuff).

Searching (you might need to su to root to do some of this stuff).

(When you su to root you might need to type "su -" so that your PATH gets set up right.  Adding the dash makes it behave as a login shell).

Permissions


Shell Features and Customization (this doesn't go into everything but at least it's a start)

Write a Basic Script