OS별 버전 정보 확인 명령어

less than 1 minute read

AIX

$ oslevel -s / uname -a

HP-UX

$ uname -a

LINUX (openSUSE)

$ uname -a / Lib 정보 (getconf -a | grep lib, getconf -a | grep LIB)
$ Linux P500S 3.16.6-2-desktop

$ cat /etc/issue*
$ /etc/openSUSE 13.2

$ getconf -a | grep lib, getconf -a | grep LIB
$ 127.0.0.1:lib 2.19

LINUX (Virtual Box RedHat 6.7)

$ uname-a / Lib정보 (getconf -a | grep lib, getconf - a | grep LIB)

Categories:

Updated:

Comments