2013年3月9日 CentOS 6.4 がリリースされた。
CentOS 6.4 Release Notes
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.4
Direct Download
i386 – http://mirror.centos.org/centos/6/isos/i386/
x86_64 – http://mirror.centos.org/centos/6/isos/x86_64/
CentOSはいわゆるRPM系Linuxに属しており、パッケージ管理システムとしてYumを採用しているので、マイナーバージョンはyum updateでアップデートできる。だが、カーネルは再起動しないと反映されないので、yum update後は再起動しておく。
CentOSのバージョンは、メジャーバージョンとマイナーバージョンの二つより構成され、今回は、2013年2月21日にリリースされたRHELのバージョンアップに対応したものである。
ちなみに今までのバージョンとリリース日
バージョン リリース日 CentOS 4 (4.0) 2005年03月09日 CentOS 5 (5.0) 2007年04月12日 CentOS 6 (6.0) 2011年07月09日 (6.1) 2011年12月09日 (6.2) 2011年12月20日 (6.3) 2012年07月09日 (6.4) 2013年03月09日
yumでアップデートして再起動
[root@server1 ~]# yum update [root@server1 ~]# shutdown -r now
バージョン確認
[root@server1 ~]# cat /etc/redhat-release CentOS release 6.4 (Final)
カーネル確認
[root@server1 ~]# uname -r 2.6.32-358.0.1.el6.centos.plus.x86_64
アップデートするとWebサーバのドキュメントルートの所有者がrootに戻るので所有者変更しておく
[root@server1 ~]# chown higo:higo /var/www/html/ [root@server1 ~]# ll /var/www/ 合計 20 drwxr-xr-x 9 root root 4096 3月 11 06:01 2013 awstats drwxr-xr-x 2 root root 4096 2月 22 20:20 2013 cgi-bin drwxr-xr-x 3 root root 4096 3月 11 03:14 2013 error drwxr-xr-x 42 higo higo 4096 2月 22 20:20 2013 html drwxr-xr-x 3 root root 4096 3月 11 03:19 2013 icons