1. grep . /etc/*-release
grep . /etc/*-release
2. cat /etc/*-release | uniq
cat /etc/*-release | uniq
3. grep . /etc/issue*
grep . /etc/issue*
4. rpm -qa *-release
rpm -qa *-release
'Operating System > Linux' 카테고리의 다른 글
[linux] 리눅스 apt-get, yum, 패키지관리 (0) | 2021.07.25 |
---|---|
[linux] 리눅스 디렉토리 구조 (0) | 2021.07.18 |
[linux] 운영체제 리눅스 정리 (0) | 2021.07.11 |
[ubuntu] 우분투에 로그스태시 설치하기 (0) | 2021.06.13 |
[ubuntu] 리눅스 네트워크 확인 (0) | 2021.06.09 |