インストール後の設定

yum

最低限のものしかインストールされていませんが、yum(fastestmirror)は入っているので、とりあえずアップデートします。

[root@centos6 ~]# yum update
[root@centos6 ~]# shutdown -r now

dig/manさえ入っていないので、インストールしておきます。

[root@centos6 ~]# yum install bind-utils man
[root@centos6 ~]# type dig man
dig is /usr/bin/dig
man is hashed (/usr/bin/man)

vsftpd

公開しないのでセキュリティの設定等は割愛します。
SELinux は停止しないと、ローカルユーザでログインできませんでした。

[root@centos6 ~]# yum install vsftpd
[root@centos6 ~]# cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.org
[root@centos6 ~]# service vsftpd start
vsftpd 用の vsftpd を起動中:                               [  OK  ]
[root@centos6 ~]# setenforce Permissive
[root@centos6 ~]# getenforce
Permissive