this post was submitted on 26 Dec 2025
163 points (98.2% liked)

Linux

60447 readers
443 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dubyakay@lemmy.ca 6 points 1 day ago (1 children)

On my arch install, all I have is vmlinuz-linux under /boot. How come there's no further information appended like in the article?

[–] atzanteol@sh.itjust.works 9 points 1 day ago (1 children)

Different distros vary a bit here, and it will differ if you're on a system using efi.

Sometimes /boot isn't mounted by default (it's not needed unless you're updating a kernel). You may be seeing a symlink or placeholder there.

If you're using efi there will probably be /boot/EFI or something where your kernel is stored.

[–] flying_sheep@lemmy.ml 3 points 56 minutes ago* (last edited 55 minutes ago)

The reason there’s no version in the filename is simply that Arch just doesn't keep old kernels around.

The vmlinuz-linux just gets replaced whenever you update the linux package and the old one is deleted immediately.