1 2 | # cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 3) |
1 2 3 4 | # cat /etc/SuSE-release SUSE LINUX Enterprise Server 9 (i586) VERSION = 9 PATCHLEVEL = 3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # rpm -ql redhat-lsb /bin/mailx /etc/lsb-release.d /etc/lsb-release.d/core-3.0-ia32 /etc/lsb-release.d/core-3.0-noarch /etc/lsb-release.d/graphics-3.0-ia32 /etc/lsb-release.d/graphics-3.0-noarch /etc/redhat-lsb /etc/redhat-lsb/lsb_killproc /etc/redhat-lsb/lsb_log_message /etc/redhat-lsb/lsb_pidofproc /etc/redhat-lsb/lsb_start_daemon /lib/ld-lsb.so.3 /lib/lsb /lib/lsb/init-functions /usr/bin/lsb_release /usr/lib/lsb /usr/lib/lsb/install_initd /usr/lib/lsb/remove_initd /usr/sbin/redhat_lsb_trigger.i386 /usr/share/man/man1/lsb_release.1.gz |
1 2 3 4 5 6 7 8 9 10 11 | # rpm -ql lsb /etc/lsb-release /etc/lsb-release.d /etc/lsb-release.d/graphics-2.0-ia32 /etc/lsb-release.d/graphics-2.0-noarch /etc/lsb-release.d/graphics-3.0-ia32 /etc/lsb-release.d/graphics-3.0-noarch /lib/ld-lsb.so.2 /lib/ld-lsb.so.3 /usr/bin/lsb_release /usr/share/man/man1/lsb_release.1.gz |
1 2 | # ls -l /lib/ld-lsb.so.3 lrwxrwxrwx 1 root root 13 Apr 20 03:04 /lib/ld-lsb.so.3 -> ld-linux.so.2 |
1 2 3 4 5 6 7 | # /usr/bin/lsb_release -a LSB Version: :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:log Distributor ID: RedHatEnterpriseES Description: Red Hat Enterprise Linux ES release 4 (Nahant Update 3) Release: 4 Codename: NahantUpdate3 |
1 2 3 4 5 6 7 8 | # /usr/bin/lsb_release -a LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:graphics-2.0-ia32: graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch Distributor ID: SUSE LINUX Description: SUSE LINUX Enterprise Server 9 (i586) Release: 9 Codename: n/a |
1 2 | # cat /etc/lsb-release LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32" |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |