linux fundamentals

12
Monday Presentation LINUX FUNDAMENTALS Hla Tun

Upload: edward-jude

Post on 21-Feb-2017

461 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Linux Fundamentals

Monday Presentation

LINUX FUNDAMENTALS

Hla Tun

Page 2: Linux Fundamentals

Unix Basic

Linux Installation Management

File System

User and Group management

SSH

Topics

Page 3: Linux Fundamentals

Unix Basic

Unix is an operating system name for time-sharing system

researched and developed by AT&T Bell Labs in 1969

Two Types of Unix :

- BSD (Berkeley Software Distribution)

- System V (System Five)

Page 4: Linux Fundamentals

Unix Basic

Unix Layers :

- Unix consists of three parts:

1. Unix Kernel

2. Shell

3. Command Processes or Utilities

Page 5: Linux Fundamentals

Linux Installation Management – CentOS

A Linux distribution that attempts to provide a free, enterprise-

class, community supported computing platform

A free version of RHEL, so it’s good if you want a stable platform

that will be supported for a long time

Page 6: Linux Fundamentals

Linux Installation Management – CentOS

Hardware Requirement

Hardware Element

Hardware Compatibility Lists

Installation Methods (Media like CD/DVD, USB, etc..)

Page 7: Linux Fundamentals

File System

Page 8: Linux Fundamentals

User and Group Management

To control access to the system’s files, directories and peripherals

Root user has complete access to OS and its configuration

useradd –m –g[initial_group] –G[additional_groups] –s[login_shell]

[Username]

groupadd [groupname] –g[groupid]

Page 9: Linux Fundamentals

User and Group Management

Page 10: Linux Fundamentals

Secure Shell – (SSH)

Used to log into a remote machine and execute commands(replacing telnet and

rlogin

Default - TCP 22 port

Also support X11 connections (VNC)

Can transfer files using SSH File Transfer(SFTP) or secure copy(SCP) protocols

Page 11: Linux Fundamentals

Secure Shell – (SSH)

Page 12: Linux Fundamentals

Thanks for Listening