Forrest logo
back to context overview

lsb_release

List of commands for lsb_release:

  • lsb_release:tldr:1ddb0 lsb_release: Print the release number and codename of the distribution, suppressing the field names.
    $ lsb_release -rcs
    try on your machine
    explain this command
  • lsb_release:tldr:2cedc lsb_release: Print only the operating system name (ID), suppressing the field name.
    $ lsb_release -i -s
    try on your machine
    explain this command
  • lsb_release:tldr:3e756 lsb_release: Print all available information.
    $ lsb_release -a
    try on your machine
    explain this command
  • lsb_release:tldr:ec511 lsb_release: Print a description (usually the full name) of the operating system.
    $ lsb_release -d
    try on your machine
    explain this command
back to context overview