Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Created February 17, 2014 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YoshihitoAso/9047957 to your computer and use it in GitHub Desktop.
Save YoshihitoAso/9047957 to your computer and use it in GitHub Desktop.
[Ubuntu]ubuntuのバージョンを確認する

Ubuntuのバージョンを確認する

cat /etc/lsb-release 

するとこんな感じで出てくるはず。

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.10
DISTRIB_CODENAME=quantal
DISTRIB_DESCRIPTION="Ubuntu 12.10"

以上。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment