LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Problem for coping files from /var/www/html dirctory (https://www.linuxquestions.org/questions/linux-server-73/problem-for-coping-files-from-var-www-html-dirctory-637233/)

ashishdange1973 04-23-2008 03:32 AM

Problem for coping files from /var/www/html dirctory
 
Please help me I have problem of coping all file in the folder /var/www/html at a time. I login as a root user on server it was allow only one directory to copy and not select all and copy-paste. The root has a permission to Read write on /var/www/html and I ma coping it on my pen drive. Please tell me the problem

TB0ne 04-23-2008 10:04 AM

I *THINK* I understand your question, but it's not very clear. Is your pen drive an NTFS file system? If so, you may not have the right things loaded, to allow you to write to an NTFS file system.

Please try to clarify your question, include what version of Linux you're running. Good spelling and grammar wouldn't hurt, either.

ashishdange1973 04-23-2008 11:46 PM

Re
 
Sorry for the spelling mistakes.
Actually I want to copy the files and directory from /var/www/html directory on my pen drive. There is no NTFS on partition as I am running RHEL4 web server on it. My problem is that is allow to copy one directory at a time but not all. Is that clear.

mtimbro 04-24-2008 07:40 AM

Quote:

Originally Posted by ashishdange1973 (Post 3131040)
Sorry for the spelling mistakes.
Actually I want to copy the files and directory from /var/www/html directory on my pen drive. There is no NTFS on partition as I am running RHEL4 web server on it. My problem is that is allow to copy one directory at a time but not all. Is that clear.

I hope this is not the issue but try:

cp -R /var/www/html <your mounted pen drive>

The -R will copy recursively.

Yawn.


All times are GMT -5. The time now is 01:37 PM.