*nix file systems

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: Trent Shipley
Date:  
Sujet: *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'.