[[ PLEASE DON'T SEND ME EMAIL COPIES OF POSTINGS ]]
Quote:>I stumbled on this quirk on solaris. Under Digital UNIX, the find
>command automatically follows symbolic links. Is there other "tricks"
>related to symlinks on solaris that do not behave like Digital Unix ?
So it spins in a loop?
Well, it's hard to say, but off hand (not sure if DU is different);
- chown follows symlinks (unless -h is specified) and it will
not recursively descend into symlinks.
- chown(2) also follows symlinks; lchown() chowns symlinks.
This is different from BSD unix where chown() never follows symlinks.
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.