On Thu, 11 Aug 2005, Michiel Faber wrote: > Hello, > > I have got a problem with file permissions. When i untar a file, use > it, and after that remove the direcory i get the question: rm: remove > write-protected regular file X? > This is a lot of work for al the file's. How can i prevent this? >
The easiest way is to use rm -rf, (but you'd better be really sure what file specification you pass to that) Ken -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
