Lesson 02 - Introduction to Linux
Lesson 02 - Introduction to Linux
Introduction to Linux
Learning Objectives
Explain Linux
• Linux is an open-source OS and there are no license charges, whereas Windows is owned
by Microsoft Inc. Therefore, it is a proprietary OS.
• Linux uses traditional Unix permissions and POSIX ACL (Access Control List) for file
access, whereas Windows uses ACL.
Linux vs. Windows
• Windows differs from Linux in terms of the architecture. Linux has a monolithic kernel, whereas
Windows has a microkernel.
• To launch applications, Linux uses virtual memory, whereas Windows uses the physical memory.
• In Linux, the desktop must be installed as an application, whereas in Windows it is part of the kernel.
Linux vs. Windows
Linux boots from any partition, whereas Windows will boot from the primary partition
when you use the MBR partition scheme.
• Linux is a kernel and is like an engine for a car, and the car is the OS.
• In the automobile industry, different brands use the same engine. In a similar way,
multiple distributions of Linux use the same kernel.
Key Takeaways
A. Ubuntu
B. Solaris
C. AIX
D. HP/Unix
Knowledge
Check
Which of the following is a Linux flavor?
2
A. Ubuntu
B. Solaris
C. AIX
D. HP/Unix
Except Ubuntu, all the remaining options are not open-source operating systems.
Knowledge
Check
What is a software that can be freely accessed and modified called?
3
A. Synchronous software
B. Package software
C. Open-source software
D. Middleware
Knowledge
Check
What is a software that can be freely accessed and modified called?
3
A. Synchronous software
B. Package software
C. Open-source software
D. Middleware
A software that can be freely downloaded, accessed, and modified is called open-source software.