
正文
linux查看系统的一些版本号指令
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
1、查看系统
[root@iZbp1eoiap1e1jb6pvo390Z ~]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.4. (Core)
Release: 7.4.
Codename: Core
2、查看glibc
[root@iZbp1eoiap1e1jb6pvo390Z ~]# ldd --version
ldd (GNU libc) 2.17
Copyright (C) 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.
3、查看curl
[root@iZbp1eoiap1e1jb6pvo390Z ~]# curl --version
curl 7.29. (x86_64-redhat-linux-gnu) libcurl/7.29. NSS/3.28. zlib/1.2. libidn/1.28 libssh2/1.4.
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets






