Files
til/linux/check-ubuntu-version.md
T

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
```