Kolam Ayer MakersLinux Foundations

Linux

Core Idea

Linux is the operating-system kernel at the center of a family of systems built from that kernel, system tools, libraries, services, shells, and applications.

What You Are Using In This Course

You are using a shared Linux server. The exact distribution can be checked with:

cat /etc/os-release
uname -a

/etc/os-release identifies the distribution. uname reports kernel and machine information.

Kernel, Distribution, Userland

Why Linux Is Useful For Makers

Common Confusions

Proof Check

Run cat /etc/os-release and identify the distribution name. Run uname -r and identify the kernel release.

Docs Pointers