Linux Operating System Fundamentals and Architecture
Classified in Technology
Written on in
English with a size of 2.58 KB
Linux Operating System Fundamentals
1. Licensing
Linux distributions are distributed under the GNU General Public License.
2. Understanding Swap Memory
Swap (virtual memory) is used to load programs when RAM reaches its capacity, preventing system saturation.
3. Logical Volume Management (LVM)
LVM allows for the creation of logical volumes with adjustable sizes.
- Advantages: Ability to split or merge partitions dynamically.
4. Benefits of Linux
- Multitasking: Run multiple programs simultaneously.
- Multiuser: Multiple users can access the same machine at the same time.
- Memory Protection: Isolates processes so one cannot crash the entire system.
5. Default File Systems
- EXT2: Supports standard Unix file types (regular files, directories, symlinks).
- EXT3: Improves