uname
では
$ uname -a Linux sstw 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
のようにLinuxのカーネルのバージョンはわかるがUbuntuのバージョンはわからない。
Ubuntuのバージョンを調べるには、lsb_release
を使う。
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy