overwriteできない時は、、、

root@ip-172-30-2-97 html]# cd /usr/local/src [root@ip-172-30-2-97 src]# ls latest.tar.gz wordpress [root@ip-172-30-2-97 src]# cd wordpress/ [root@ip-172-30-2-97 wordpress]# ls [root@ip-172-30-2-97 wordpress]# cd /var/www/html [root@ip-172-30-2-97 html]# ls index.php wp-blog-header.php wp-includes wp-settings.php license.txt wp-comments-post.php wp-links-opml.php wp-signup.php readme.html wp-config-sample.php wp-load.php wp-trackback.php wp-activate.php wp-content wp-login.php xmlrpc.php wp-admin wp-cron.php wp-mail.php [root@ip-172-30-2-97 html]# vim index.php [root@ip-172-30-2-97 html]# cd ../ [root@ip-172-30-2-97 www]# ls cgi-bin error html icons index.html index.php noindex [root@ip-172-30-2-97 www]# vim index.php [root@ip-172-30-2-97 www]# ls cgi-bin error html icons index.html index.php noindex [root@ip-172-30-2-97 www]# overwriteできない時は、直接ファイルを他のディレクトリに移さなければならない。 lsを使って、ファイルの位置を確認することが大事だ。