System and Network Administration: Prepared By: Kassahun A
System and Network Administration: Prepared By: Kassahun A
File system
Chapter objective
At the end of this chapter, the students will be able to:
Learn the foundation of network and system administration
switches)
diagrams,
Provision for troubleshooting assistance
11
A system administrator's responsibilities
User Administration (Setup and Maintaining Account)
Maintaining System
Failure
Install Software
12
Cont.…
Create a Backup and Recover Policy
Monitor Network Communication
Update system as soon as new version of OS and application
software comes out
Implement the Policies for the use of the Computer System
and Network
Setup Security Policies for users. A sysadmin must have a
strong grasp of computer security (e.g. firewalls and intrusion
detection systems)
Documentation in form of Internal Wiki
Password and Identity Management
13
Network and System Administration Ethics
Professionalism:
Maintain professional conduct in the workplace and will not
allow personal feelings or beliefs to cause to treat people
unfairly or unprofessionally.
Personal Integrity:
Be honest in professional dealings and forthcoming about
competence and the impact of mistakes, seek assistance from
others when required
avoid conflicts of interest and biases whenever possible.
14
Cont.…
Privacy:
maintain and protect the confidentiality of any information
Communication:
Communicate with management, users, and colleagues about
the systems for which responsible, design and maintain each system
in a manner to support the purpose of the system to the
organization.
Education:
The two most popular classes of operating system today are Unix-like
18
File system Hierarchy Standard
In a hierarchical file system, the drives, folders, and files
are displayed in groups, which allows the user to see only
the files they're interested in seeing.
19 of 52
/
This is the root directory which should contain only the
subdirectories.
20 of 52
/bin
This directory contains executable files necessary to manage and
run the Linux system, including shells (such as bash) and file
system management utilities such as cp and rm.
These files are available to all users
/boot
This directory contains your bootloader files, which are
required to boot your system
/dev
This directory contains special files that are used to
represent the various hardware devices installed in the
system
/dev /HD1: /dev /HD1: are subdirectories
EX: hda, hdb ...
/home
This directory contains subdirectories that serve as home
directories for each user account on your Linux system.
/etc
This directory contains text-based configuration files used by the
system as well as services running on the system.You can edit these
files with a text editor to customize how Linux behaves
It also contains the information of your login name and password.
/lib
This directory contains code libraries used by programs in /bin and
/sbin.Your kernel modules are also stored in the modules
subdirectory of /lib.
/media
/sbin
This directory contains important system management and
administration files, such as fdisk, fsck, ifconfig, init, mkfs,
shutdown, and halt.
/sys
This directory contains information about the hardware in your
system.
/temp
This directory contains temporary files created by you or by the
system.
/usr
This directory contains all the information related to the users in a
UNIX system.
It means it contains all the user account such as user1, user2, and so
on.
/var
This directory contains a variety of variable data, including your
system log files
WINDOWS vs LINUX FILE SYSTEM
33
Reading assignment
Compare and contrast above file system for
example FAT vs NTFS?
Difference between local and distributed file
system with example ?
What is High performance file system
(HPFS?
File System Mounting and unmounting?
File types?
Thank You!!
?
35