+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★
BrandCrock | Tor zur digitalen Marke

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

Shopware vs Shopify Plus: Which Platform Wins for Global Brands in 2025? 

Expanding your brand globally sounds exciting, until you hit the tech headaches. Suddenly, you’re dealing

Shopware zubair zubair Sep. 12, 2025

Top 11 Shopware Alternatives for Your E-commerce Store in 2025

E-commerce platforms are not all built the same, and the platform you choose can define

Shopware zubair zubair Sep. 6, 2025

Avoiding the 3-Year Rebuild: Code Quality Practices That Save You Later

There’s an unspoken timer that starts ticking the day your product ships. At first, things

Programmierung Vaid Ali Aug. 31, 2025

Best AI Tools for Shopify (2025): Boost Sales, Automate Tasks & Grow Faster

Shopify has made it easier than ever to start selling online, but standing out and

Shopify Vaid Ali Aug. 22, 2025
1 2 3 42
Nach oben scrollen