*nix file systems

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Trent Shipley
Datum:  
Onderwerp: *nix file systems
> That might be why a lot of things that do need to traverse a directory tree
> have options like to not follow symbolic links. They may miss something
> because of that option, but they won't get caught up in a self-recursive
> loop.


The stock reason to not follow sym-links is that its easy to point a symlink
from '~/public_html/symlink-oops' to '/root'.