Hi Matthias I report the output of the commands you suggested. Does it help? Perhaps -o+w is the right option, while +o+w is not. Just a guess.
On 10/25/05, Matthias B. <[EMAIL PROTECTED]> wrote: > Anyway, "-perm +o+w" is supposed to select all files that have the > world-writable bit set. In your case find reports the above files as > having that bit set, although this is contradicted by the output from ls. > One of the 2 programs is obviously wrong. > [EMAIL PROTECTED]:/usr/src/libdvdread$ find -type f -perm +002 -printf "%p\n" [EMAIL PROTECTED]:/usr/src/libdvdread$ find -type f -perm -002 -printf "%p\n" [EMAIL PROTECTED]:/usr/src/libdvdread$ find -type f -perm -o+w -printf "%p\n" [EMAIL PROTECTED]:/usr/src/libdvdread$ find -type f -perm +o+w -printf "%p\n" ./build ./.project ./libdvdread-0.9.4.tar.gz ./pkg.lst ./make.log ./.viminfo ./configure.log ./configure.err ./make.err ./install.log ./install.err ./.bash_history [EMAIL PROTECTED]:/usr/src/libdvdread$ -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page