Wa0011.
Wa0011.
1
Lecture 5
2
LINUX Shell and Commands
Introduction to shell
Command Structure
Types of Commands
LINUX Shell
The Kernal is the core of a computer’s operating system, with
complete control over everything in the system.
When you log into the system you are given a default shell.
When the shell starts up it reads its startup files and may set
environment variables, command search paths, and command
aliases, and executes any commands specified in these files.
The cd COMMAND
Basic Linux Commands
Internal Commands
Internal commands are command the are already loaded in
the system. They can be executed any time and are
independent.
External Command
External commands are loaded when the user requests from.
Command Structure