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

# バージョン確認
cat /etc/redhat-release
# => CentOS release 6.4 (Final)

# OSが64bitか32bitか
arch
# => x86_64