hi Fred,

Yes, it will copy the same speed as in Windows. To get rid of the right protection, u 
have to change the attributes. Can be done by issuing this command:-

chmod 700 -R /name of directory

where -R is recursive, meaning make changes for all files in dirs & subdirs. The 
number is important

or to do it for files inside the current dir, cd to the dir and do a

chmod 700 -R *.*

should work.
rgds,
@ndrew



*********** REPLY SEPARATOR  ***********

On 8/19/2003 at 11:06 PM Frederick Noronha (FN) wrote:




-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to