Ok, how is it possible that I get perm denied when I'm copying files in console. Any ideas?

link|improve this question

44% accept rate
5  
is that in nfs? please provide more details.... – smintz May 8 '11 at 20:31
ext3 is the filesystem. i just used cp -r / bakfolder – oneat May 9 '11 at 10:32
Which child of / gave the issue? Maybe try copying children one by one until you find it. I've had a similar issue with writing to files or directories associated with devices, but to get permission denied on just a read seems odd. – BigChief May 9 '11 at 12:37
feedback

1 Answer

/ is not a file or a directory, please try cp -r /* destination

you might also consider to use rsync instead.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.