> 2. They are not allowed to point to a higher directory
> (Maybe forbid ".." in symlinks?)
> Are there any reasons this would not work?
cd /tmp
mkdir myowndir
ln -s anything myowndir/anything
Now where do you want myowndir/anything to point to?
-- Erik Corry erik@arbat.com