반응형
how to display linux kernel version and other information? how do I check linux kernel version? You need to use the following two commands.
1. uname : print kernel and system infomation.
2. cat /etc/*release : print distribution information.
see current linux kernel version.
uname -r or uname -mrs
sample outputs :
print all information
uname -a
sample outputs :
how to check linux version information?
type the following command.
cat /proc/version
sample output:
how to linux distribution version?
type the following command.
cat /etc/*release
sample output:
반응형
'computer&Electronics' 카테고리의 다른 글
[python]파이썬 배우기 1탄 hello word 출력하기! (1) | 2020.12.29 |
---|---|
파이썬[python]설치 및 기본 설정방법! (3) | 2020.12.28 |
How to use the Linux ftp command to download files on the shell (0) | 2017.12.27 |
How to config linux static IP address? (0) | 2017.12.26 |
how to view battery percentage on iphone! (0) | 2017.12.20 |