CentOSでのバージョンとアーキテクチャの確認

バージョン

cat /etc/redhat-release
# -> CentOS release 6.4 (Final)

アーキテクチャ

arch
# (64bit)-> x86_64
# (32bit)-> i686