1 리눅스 버전 확인
Bash
Copy
cat /etc/issue
bat
Copy
[root@myhost ~]# cat /etc/issue
CentOS release 5.7 (Final)
Kernel \r on an \m
[root@myhost ~]#
1.1 Oracle Enterprise Linux
Bash
Copy
cat /etc/enterprise-release
bat
Copy
[root@myhost ~]# cat /etc/enterprise-release
Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
[root@myhost ~]#
2 커널 버전 확인
Bash
Copy
uname -r
bat
Copy
[root@myhost ~]# uname -r
2.6.18-274.7.1.el5
[root@myhost ~]#
3 같이 보기
편집자 Jmnote 211.117.7.58 118.235.6.44 Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.