[Linux CentOS - (7)] cat /etc/redhat-release : 리눅스 배포판(버전) 확인하는 방법.
대표적으로 두가지 계열이 많아서 두가지만 정리.
- CentOS / RedHat Enterprise 경우
명령어 : cat /etc/redhat-release
방법 1) " grep . /etc/*-release "
방법 2) " rpm -qa *-release "
'◽ CentOS' 카테고리의 다른 글
[Linux CentOS - (9)] sftp 확인 방법 (0) | 2019.12.23 |
---|---|
[Linux CentOS - 일반 - (3)] CentOS DVD, Everything, Minimal ISO 차이 (0) | 2019.12.19 |
[Linux CentOS - (8)] ls : 현재 디렉토리 파일 출력 ( 그 외 옵션 정리 ) (0) | 2019.12.19 |
[Linux CentOS - (6)] 'ㅣ', ';' : (파이프) 다중 명령어 입력하기 (0) | 2019.12.17 |
[Linux CentOS - (5)] useradd(유저 추가), usermod(그룹, 홈, 셀 변경), groupadd(그룹 추가) (0) | 2019.12.14 |
[Linux CentOS - (4)] --help, --man - 명령어 참조 (0) | 2019.12.14 |
[Linux CentOS - (3)] wget - 명령어 기반의 시스템에서 파일을 다운로드 하는 방법. (Web Get의 약어) (0) | 2019.12.13 |