Skip to content

Instantly share code, notes, and snippets.

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 libitte/3914b2c0bd85eb1403753b88f6dc6590 to your computer and use it in GitHub Desktop.
Save libitte/3914b2c0bd85eb1403753b88f6dc6590 to your computer and use it in GitHub Desktop.
Linux (CentOS) の OS バージョンを確認する方法

Linux カーネルのバージョンを確認する方法

$ cat /proc/version
Linux version bra bra bra ...
$ uname -a
Linux bra bra bra ...

CentOS のバージョンを確認する方法

$ cat /etc/redhat-release
CentOS release 6.5 (Final)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment