Introduction To Linux
Introduction To Linux
LINUX
Kernel
Shell
It is a command interpreter.
Kernel-Shell Relationship
Characteristics
Directory Structure
Directory Structure
Linux Overview
Case Sensitive
Basic Commands
Example:
[Ubuntu@ubuntu`]$ command-name optionA option arg1 arg2
Eg: cd /home/user1/home/a.out
Using > you can redirect the output from screen to a file.
Using >> you can append the output to the bottom of the file.
Pipe
Using |, you can use output from other command as input to the
command.
Basic Commands
Eg: ls -- help
Eg: man ls
Basic Commands
cd change directory
Eg: cd dir1
Basic Commands
Eg: pwd
Eg: who
Eg: date
Basic Commands
cal to see the calendar of any specific month
Eg: ls
Thank
You