Lsb release: Difference between revisions
From ICO wiki
Jump to navigationJump to search
No edit summary |
|||
Line 17: | Line 17: | ||
|'''-v''' | |'''-v''' | ||
|'''--version''' | |'''--version''' | ||
| | |show LSB modules this system supports | ||
|- | |- | ||
|'''-i''' | |'''-i''' | ||
|'''--id''' | |'''--id''' | ||
| | |show distributor ID | ||
|- | |- | ||
|'''-d''' | |'''-d''' | ||
|'''--description''' | |'''--description''' | ||
| | |show description of this distribution | ||
|- | |- | ||
|'''-r''' | |'''-r''' | ||
|'''--release''' | |'''--release''' | ||
| | |show release number of this distibution | ||
|- | |- | ||
|'''-c''' | |'''-c''' | ||
|'''--codename''' | |'''--codename''' | ||
| | |show code name of this distribution | ||
|- | |- | ||
|'''-a''' | |'''-a''' | ||
|'''--all''' | |'''--all''' | ||
| | |show all of the above information | ||
|- | |- | ||
|'''-s''' | |'''-s''' | ||
|'''--short''' | |'''--short''' | ||
| | |'''lsb_release -rs'''() | ||
|show requested information in short format | |||
|- | |- | ||
|'''-h''' | |'''-h''' | ||
|'''--help''' | |'''--help''' | ||
| | |show this help message and exit | ||
|} | |} | ||
Revision as of 15:41, 18 September 2017
Author
Elizaveta Romanova, A21
.09.2017
About command
The lsb_release command displays LSB (Linux Standard Base) information about your specific Linux distribution. It's a reliable way to get version information about the Linux system you're using.
Syntax
lsb_release [OPTIONS]
Options
-v | --version | show LSB modules this system supports | |
-i | --id | show distributor ID | |
-d | --description | show description of this distribution | |
-r | --release | show release number of this distibution | |
-c | --codename | show code name of this distribution | |
-a | --all | show all of the above information | |
-s | --short | lsb_release -rs() | show requested information in short format |
-h | --help | show this help message and exit |