Session1_Introduction_to_Linux_and_Shell by IIT
Session1_Introduction_to_Linux_and_Shell by IIT
• File system
• Architecture of Linux system
• Internal file representation
• Shell
• Applications
• Birth: 1970s – AT&T Labs, led by Ken Thompson and Dennis Ritchie
• Written in high level language, typically C
• Easy to read and understand
• Power to provide services in a simple way
• Build complex programs from simpler ones
• Hierarchical file system with efficient implementation
• Support for different file systems
• Every device is treaed as a file
• Multi-user, Multiprocess system
sh
mv who
Kernel
gcc cp Hardware ls
wc date
a.out
application programs
• Users
• Programmers
• System Administrators
• Terminal
• Command execution
L
Demo
• File system
• Internal file representation
• Architecture of Linux system
• Shell
• Applications