intro unix/linux 01

16
Lesson 1-Logging On to the System

Upload: duquoi

Post on 19-May-2015

2.626 views

Category:

Business


3 download

DESCRIPTION

logging on to the system

TRANSCRIPT

Page 1: intro unix/linux 01

Lesson 1-Logging On to the System

Page 2: intro unix/linux 01

Overview

Importance of UNIX/Linux.

Logging on to the system.

Page 3: intro unix/linux 01

Importance of UNIX/Linux

Most Internet servers and all the fundamental computing

structures run on UNIX/Linux systems.

Most communication networks run on UNIX/Linux systems.

The general infrastructure for communications, programs,

smart devices, and critical data is managed on UNIX/Linux

systems.

Page 4: intro unix/linux 01

Importance of UNIX/Linux

Records, research, communication, development, and

publications depend on applications provided by UNIX/Linux

systems.

File serving for desktops, e-mail, and an enormous portion

of publishing run in UNIX/Linux environments.

Page 5: intro unix/linux 01

Logging On to the System

The UNIX system’s ability to serve multiple users at a time

is one of its primary features.

A unique account associated with a login name is created

when an administrator adds a new user to a system.

Page 6: intro unix/linux 01

Entry to the UNIX system is granted only if the user

provides a login name and a password that match an

established user on the system.

A user having a ‘root’ login is granted the extensive powers

needed to administer the system.

Logging On to the System

Page 7: intro unix/linux 01

Logging On to the System

Character Window Log On Screen

Page 8: intro unix/linux 01

Logging On to the System

Terminal Window Log on Screen

Page 9: intro unix/linux 01

Logging On to the System

Ensure that the username and password is entered using

the correct character-case, since UNIX/Linux is case-

sensitive.

In most systems, the login name and the password are in

lowercase letters.

Passwords are not displayed on the screen.

Page 10: intro unix/linux 01

Care should be taken to avoid typing mistakes.

Confusion between similar looking characters should also

be avoided. For example, the alphabet O and the number

zero (0).

Logging On to the System

Page 11: intro unix/linux 01

Logging On to the System

Terminal Window interaction

Graphical Window interaction

Page 12: intro unix/linux 01

Terminal Window Interaction

Terminal Window Screen

Page 13: intro unix/linux 01

Terminal Window Interaction

The “date” command is used to display the current date

and time.

The “exit” command is used to log off from the terminal

environment.

Page 14: intro unix/linux 01

Graphical Window Interaction

Graphical Window Screen

Page 15: intro unix/linux 01

Graphical Window Interaction

Logoff in Graphical Window Interface

Page 16: intro unix/linux 01

Summary

A valid username and a password are required to access a

UNIX/Linux system.

The root user has the extensive powers needed to

administer a UNIX/Linux system.

A user can log in from the terminal Window or the graphical

Window.