“Jak sprawdzić wersję wiersza poleceń Linux” Kod odpowiedzi

Jak sprawdzić wersję wiersza poleceń Linux

cat /etc/os-release
TheDutchScorpion

Znajdź wersję Linuksa

cat /proc/version
Fragile Flamingo

Jaką wersję Linux działam

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

Jak sprawdzić wersję wiersza poleceń 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

Odpowiedzi podobne do “Jak sprawdzić wersję wiersza poleceń Linux”

Pytania podobne do “Jak sprawdzić wersję wiersza poleceń Linux”

Więcej pokrewnych odpowiedzi na “Jak sprawdzić wersję wiersza poleceń Linux” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu