“Welche Version von Linux laufe ich?” Code-Antworten

So überprüfen Sie die Befehlszeile der Linux -Version von Linux

cat /etc/os-release
TheDutchScorpion

Holen Sie sich Linux Distro vom Terminal

dmesg | head -1
Annoying Ant

Welche Version von Linux laufe ich?

cat /etc/*-version   # For those OS's like Slackware
Angry Anaconda

So überprüfen Sie die Befehlszeile der Linux -Version von Linux

cat /etc/os-release
#The best way to check Redhat version is using cat /etc/os-release command. All we need is to open the terminal and type cat /etc/os-release. It will list the Linux OS distribution name and release version information. This works on almost all Redhat system.
$ cat /etc/os-release
NAME=”Red Hat Enterprise Linux”
VERSION=”8.4 (Ootpa)”
ID=”rhel”
ID_LIKE=”fedora”
VERSION_ID=”8.4″
PLATFORM_ID=”platform:el8″
PRETTY_NAME=”Red Hat Enterprise Linux 8.4 (Ootpa)”
ANSI_COLOR=”0;31″
David Cao

Ähnliche Antworten wie “Welche Version von Linux laufe ich?”

Fragen ähnlich wie “Welche Version von Linux laufe ich?”

Weitere verwandte Antworten zu “Welche Version von Linux laufe ich?” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen