1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00
Files
til/linux/check-ubuntu-version.md
2015-11-06 14:05:47 -06:00

11 lines
166 B
Markdown

# Check Ubuntu Version
Are you on Ubuntu? Want to know what version (release) of Ubuntu you are
using?
Run the following to find out:
```bash
$ lsb_release -r
```