Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Introduction - Linux Network Administration - Lecture Slides, Slides of Linux skills

The Linux is very easy if you follow the following points:Introduction, Unix Operating System Architecture, Linux Operating System, Users, Groups and Permissions, Examining Permissions, Linux Installation, Hard Disk Partition Details, Linux File System, Dual Boot Installation

Typology: Slides

2012/2013

Uploaded on 04/22/2013

sathaye
sathaye 🇮🇳

4.8

(8)

106 documents

1 / 41

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
LINUX SYSTEM AND
NETWORK ADMINISTRATION
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29

Partial preview of the text

Download Introduction - Linux Network Administration - Lecture Slides and more Slides Linux skills in PDF only on Docsity!

LINUX SYSTEM AND

NETWORK ADMINISTRATION

Module I

Course Content

Lecture/Lab 1

  • Introduction to UNIX
    • UNIX Operating System Architecture
  • Linux Operating System
  • Users, Groups and Permissions
    • Examining Permissions Lecture/Lab 2
  • Linux Installation
  • Hard Disk Partition Details
  • Linux File System
  • ext2 / ext
  • Dual Boot Installation Lecture/Lab 3
  • Desktop Familiarization
  • Text and GUI Mode
  • Virtual Terminals
  • GNOME and KDE Desktop

Module I

Course Content

Lecture/Lab 7

  • Network Configuration
    • Configuration Utilities
    • Multiple NICs
  • Task Schedulers
    • cron daemons
  • Disk quota management
  • Backup and Restore Lecture/Lab 8
  • Adding and Removing Software Packages
  • RPM Package Management
  • Setting Printer
  • System Monitoring
  • File System Analysis
  • System Log Files & Analysis
  • System Troubleshooting
  • Filesystem Corruption and Recovery
  • Things to check: The X Window System
  • Service, Networking & Booting
  • The Rescue Environment
  • Recovery Runlevels, Boot Floppies Docsity.com

Module II

Course Content

Lecture/Lab 9

  • DHCP
    • Server setup
    • Client setup
  • NIS
    • NIS Server setup
    • NIS Clinet setup

Lecture/Lab 10

  • NFS
    • NFS Serever & Client configuration
    • autofs implementation
  • Samba Server
    • File & Print Service

Lecture/Lab 11

  • Basic Concept of DNS
    • Implementation of BIND
    • forward & reverse lookup
    • DNS Directives

Course Schedule

Schedule

The complete course, including Lectures and Labs, will be covered in 60 Hours.

The total duration of the course will be 3.5 - 4 months.

Lectures : Every Tuesday, 6:30 – 8:30 P.M

Labs : Thursday or Friday or Monday (One batch per day), 6:30 – 8:30 P.M

Grading Guidelines

Grading

Two Exams: 40% + 40%

Lab: 20%

Minimum 80% attendance and minimum 60% marks are necessary to clear the course.

UNIX/LINUX OPERATING SYSTEM

Introduction to Linux

Introduction to Unix

History of UNIX

What is LINUX

LINUX Distributions

Unix OS Structure

Unix File System

Unix Directories, Files and Inodes

Users, Groups and Permissions

UNIX

Introduction to Linux

Unix is a multi-user, multi-tasking operating system.

You can have many users logged into a system simultaneously, each running many programs.

It's the kernel's job to keep each process and user separate and to regulate access to system hardware, including cpu, memory, disk and other I/O devices.

History of UNIX

Introduction to Linux

1973 Unix is re-written mostly in C, a new language developed by Dennis Ritchie.

Being written in this high-level language greatly decreased the effort needed to port it to new machines.

History of UNIX

Introduction to Linux

1977 There were about 500 Unix sites world-wide.

1980 BSD 4.1 (Berkeley Software Development)

1983 SunOS, BSD 4.2, System V

1988 AT&T and Sun Microsystems jointly develop System V Release 4 (SVR4). This later developed into UnixWare and Solaris 2.

1991 Linux was originated.

LINUX Distributions

Introduction to Linux

Mandrake: http://www.mandrakesoft.com/

RedHat: http://www.redhat.com/

Fedora: http://fedora.redhat.com/

SuSE/Novell: http://www.suse.com/

Debian: http://www.debian.org/

Red Hat Enterprise Linux is a Enterprise targeted Operating System. It based on mature Open Source technology and available at a cost with one year Red Hat Network subscription for upgrade and support contract. Docsity.com

UNIX Structure

Introduction to Linux

File System

Introduction to Linux

The Unix file system looks like an inverted tree structure.

You start with the root directory, denoted by /, at the top and work down through sub-directories underneath it.

File System

Introduction to Linux

Each node is either a file or a directory of files, where the latter can contain other files and directories.

You specify a file or directory by its path name, either the full, or absolute, path name or the one relative to a location.

The full path name starts with the root, /, and follows the branches of the file system, each separated by /, until you reach the desired file, e.g.:

/home/condron/source/xntp