|
NAMEFSG - manual page for FSG lsb_release v2.0SYNOPSISlsb_release [OPTION]...DESCRIPTIONFSG lsb_release v2.0 prints certain LSB (Linux Standard Base) and Distribution information.With no OPTION specified defaults to -v. OPTIONS-v, --version
-i, --id
-d, --description
-r, --release
-c, --codename
-a, --all
-s, --short
-h, --help
FILESIf the installation is LSB compliant, the "/etc/lsb-release" file should contain the LSB_VERSION field. The value of the field should be a colon separated list of supported module versions indicating the LSB specification modules to which the installation is compliant. If the installation is not compliant, the above field should not be present.Optional fields are DISTRIB_ID, DISTRIB_RELEASE, DISTRIB_CODENAME, DISTRIB_DESCRIPTION and can be used to override information which is parsed from the "/etc/distrib -release" file. If the "/etc/lsb-release.d" directory exists, it is searched for filenames which are taken as additional module-version strings to add to LSB_VERSION. The "/etc/distrib-release" file contains a description line which is parsed to get information (especially on currently non-LSB compliant systems). The required line style is:
Where Distributor can be a couple of words, but then
concatenated (i.e. Linux Foo BarLinux Linux -> FooBarLinux),
release may not be used as a keyword in DISTRIB_DESCRIPTION if you don't want to override "/etc/distrib-release" data. Notice: To support the Debian distributions' lack of information (see "/etc/debian_version" file) some have been directly added into the lsb_release script. EXAMPLESIf the "/etc/lsb-release" file contains:LSB_VERSION="core-2.0-ia64:core-2.0-noarch"
and the "/etc/lsb-release.d" directory contains: graphics-2.0-ia64 graphics-2.0-noarch and the "/etc/foobar-release" file contains: My Linux Distrib release 1.0RC4 (TryIt) Then the results of various options will be: $ ./lsb_release --all
$ ./lsb_release -a -s
If the "/etc/lsb-release" file is absent (indicating this is not an LSB compliant distribution), the result will be: $ ./lsb_release -a
REPORTING BUGSReport bugs at http://bugs.linuxbase.org. Please include a complete, self contained example that will allow the bug to be reproduced, and say which version of lsb_release you are using.COPYRIGHTCopyright © 2000, 2002, 2004 Free Standards Group, 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. Originally written by Dominique MASSONIE.
Visit the GSP FreeBSD Man Page Interface. |