+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★

Wie prüft man die OS-Version in einem Linux-Befehl?

Wie überprüfe ich die Betriebssystemversion in Linux Command? Linux ist ein kostenloses Open-Source-Betriebssystem mit vielen Varianten der Linux-Distribution wie OpenSUSE, Debian, Ubuntu, CentOS, Arch, Fedora und RHEL – allesamt gängige Linux-Distributionsnamen. Während Ihrer Serverwartung und -aktualisierung müssen Sie die installierte Betriebssystemversion und den Namen auf Ihrem Server kennen, um Sicherheitspatches zu erhalten und Dateien zu aktualisieren.

In diesem Artikel erfahren Sie, wie Sie die Betriebssystemdetails mithilfe der Befehlszeile in Linux überprüfen.

Wie überprüfe ich die Betriebssystemversion unter Linux?

Verwenden der im Linux-Verzeichnis etc. verfügbaren OS-Release-Datei.

Kommando

# cat /etc/os-release 

Output:

NAME="openSUSE Leap"
VERSION="42.2"
ID=opensuse
ID_LIKE="suse"
VERSION_ID="42.2"
PRETTY_NAME="openSUSE Leap 42.2"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:42.2"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"

More from our latest blogs

Shopify Winter ’26 Edition: The Biggest Product Update of 2025 & What It Means for Store Owners

Every year, Shopify Editions lands with the same promise: this is the release that changes

E-Commerce Vaid Ali Dez. 30, 2025

BrandCrock Blog Series: “Revenue Guard for Shopware Stores”

Most Shops Don’t Need a New Platform. They Need a Better Operating System.Angle: Your “decision

E-Commerce brandcrock_admin Dez. 27, 2025

How to Choose the Best Shopify Agency for Your Shopify Store in Germany

If you’ve ever hired an agency before, any kind of agency you know how the

E-Commerce brandcrock_admin Dez. 19, 2025

7 Post-Migration Pitfalls You Often Forget When Moving Stores (Magento → Shopify / WooCommerce / Shopware)

Everyone talks about the “big move.” The planning. The platform comparison. The migration timeline. But

E-Commerce Vaid Ali Dez. 7, 2025
1 2 3 4 5 46
Nach oben scrollen