hello G�mes,

thanks for your help and the codesnip. i will modify it for my needs and let you know if everything works fine.

greets
holger

G�mes G�za wrote:
~From my previous experience with FreeBSD 5.0 I've found, that unlike
Linux's setfacl FreeBSD's doesn't support recursivity. So you would need
to write a shell/perl script to do it recursively. Something which would do:
for i in `ls`; do
if [ -d $i ]
currpath=`pwd`
cd $i
setfacl
cd $currpath
fi
done


this bash script if you modify a little bit should do the trick for
recursivity.

Good Luck!
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to