From acdcba39d9919d91e9010964ad994634589a280f Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Sat, 16 Jan 2021 22:25:09 +0000 Subject: [PATCH] Add 'lsb_release' sheet & examples --- sheets/lsb_release | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sheets/lsb_release diff --git a/sheets/lsb_release b/sheets/lsb_release new file mode 100644 index 0000000..e6523d2 --- /dev/null +++ b/sheets/lsb_release @@ -0,0 +1,12 @@ +# lsb_release +# Print distribution-specific information + +# Output the current distribution's ID. In Debian/Ubuntu, you'll see this an +# example of this command and these flags being used in the default GRUB +# configuration file, found at '/etc/default/grub'. +lsb_release -si + +# Output the current distribution's description. This should basically show +# the full name and version of the description, minus the codename. For +# example, in Ubuntu 18.04, the returned value is: Ubuntu 18.04.5 LTS +lsb_release -sd