반응형
glibc (GNU C 라이브러리)의 버전을 확인하는 방법
- 우분투 운영체제의 버전 정보 확인
lsb_release -d
$ lsb_release -d
Description: Ubuntu 22.04.2 LTS
- glibc 버전을 확인하는 방법
ldd --version
$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
- 현재 시스템의 glibc 버전을 확인
getconf -a | grep libc
$ getconf -a | grep libc
GNU_LIBC_VERSION glibc 2.35
728x90
반응형
'리눅스' 카테고리의 다른 글
Squid 프록시를 사용하여 vsftpd 서버에 접근하는 테스트를 수행하는 방법 (0) | 2023.09.18 |
---|---|
Ubuntu에 Node.js와 npm을 설치하는 방법 (0) | 2023.09.16 |
command 명령어 (0) | 2023.09.15 |
우분투에 HPE Smart Storage Administrator CLI (ssacli)를 설치하는 방법 (0) | 2023.09.14 |
.bashrc 파일을 생성하는 방법 (1) | 2023.09.14 |