*nix file systems

Pàgina inicial
Adjunts:
Missatge com a correu electrònic
+ (text/plain)
Delete this message
Reply to this message
Autor: Trent Shipley
Data:  
Assumpte: *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'.