본문 바로가기

OS

[Linux]설치된 리눅스가 어떤 것인지 확인

728x90
root@7f7c01b46666:/# grep . /etc/*-relase
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

grep 다음에 점 하나 있습니다. 그리고 한 칸 띄운 후 /etc입니다.

 

 

 

반응형

Comments