You are on page 1of 2

INDUSTRIAL TRAINING INSTITUTE ____________

F:TRG:06 LESSON PLAN


S.I. Name : Sem No. :1 Week No.:
Syllabus year : 2014 Unit/Block No.: Lesson no. :
Trade : COPA Date : Time :

Title: Introduction to Linux os and its commands.


ht
tp

Objectives:
 What is Linux operating system?
://

 What is shell and linux commands.


ww

Aids: Computer and its accessories, Marker Pen, Duster, Whiteboard, Pointer, Projector.Vmware
player,linux ios file
w.

Preparation:
bi

 Review:
tso

 Introduction: Graphical user interfaces (GUIs) are helpful for many tasks, but they are not good
for all tasks.
fc P

Motivation:
om R

 CUI AND GUI interface.


Presentation:
pu Ga

Topics Information Points Spot Hints


What Is "The Shell"? : Simply put, the shell is a program that takes How is BASH
ter ng

commands from the keyboard and gives different from the


them to the operating system to perform. In DOS command
.b od

the old days, it was the only user interface prompt?


lo a

available on a Unix-like system such as


Linux. Nowadays, we have graphical user Case Sensitivity: In
gs

interfaces (GUIs) in addition to command Linux/UNIX,


line interfaces (CLIs) such as the shell. commands and
po

What's A "Terminal?" : It's a program called a terminal emulator. filenames are case
sensitive, meaning
t

This is a program that opens a window and


.co

lets you interact with the shell. There are a that typing “EXIT”
bunch of different terminal emulators you instead of the proper
m

can use. Most Linux distributions supply “exit” is a mistake.


several, such as: gnome-terminal, konsole, “\” vs. “/”: In DOS,
/p

xterm, rxvt, kvt, nxterm, and eterm. the forward-slash “/”


/co

Starting A Terminal: Your window manager probably has a way is the command
to launch a terminal from the menu. Look argument delimiter,
while the backslash “\”
pa

through the list of programs to see if


anything looks like a terminal emulator. If is a directory
.h

you are a KDE user, the terminal program is separator. In


called "konsole," in Gnome it's called Linux/UNIX, the
tm

"gnome-terminal." You can start up as many “/” is the directory


of these as you want and play with them. separator, and the “\”
l

While there are a number of different is an escape character.


terminal emulators, they all do the same More
thing. They give you access to a shell about these special
session. You will probably develop a characters in a minute!
preference for one, based on the different Filenames: The DOS
bells and whistles each one provides. world uses the “eight
dot three” filename
Linux commands:  LS COMMAND convention, meaning
 PWD COMMAND that all files followed a
 CD COMMAND format that allowed up
 SHUTDOWN COMMAND to 8 characters in the
filename, followed by
 FTP COMMAND
a period (“dot”),
 PS COMMAND
followed by an option
 FREE COMMAND
ht

extension,
 KILL COMMAND up to 3 characters long
tp

 MV COMMAND (e.g.
://

 CP COMMAND FILENAME.TXT). In
 CAT COMMAND UNIX/Linux, there is
ww

no such thing as a file


extension. Periods can
be placed at any part
w.

of the
bi

filename, and
“extensions” may be
tso

interpreted differently
by all
fc P

programs, or not at all.


Question: (1) What is LINUX?
om R

(2) How to use linux command?


pu Ga

Summary: How to use linux and its terminal.


ter ng

Reference: websites: 1. linuxcommand.org


.b od
lo a

Next Lesson :
gs
po
t .co
m
/p
/co
pa
.h
tm
l

You might also like