It is very easy for me to forget this command option, and it always take me some time to get it right when I try to copy a directory from one of my website to another website.
And I found out it is always easier when I come into the destination directory and run the cp command.
So to be summarized, I put this command with option here to make me to REMEMBER: how to easily copy a directory from on folder to another folder in Apache/Linux server.
cp -R ~/source-directory-name .
Here ~/source-directory-name is whatever you want to copy from, and please do not forget the period . at the end which is your current directory (A.K.A, your copy-to destination directory).
As my previous post indicated, I installed WordPress MU 1.2.5 to replace my 3 individual weblogs powered by WordPress 2.2.1. Although the wordpress-mu is based all core features from wordpress, I still had some technical difficulties to get all things right as I wanted from the beginning. Finally I figured some issues out and am sharing here to hope they will be helpful for you too.
In my Outlook 2003, I could not use my right click with all mail/calendar items, and whenever I tried to open a recurring event I got an “object not found” error message. Any new event setup after my issue was fine.
Blog Comments