*nix file systems

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Trent Shipley
日付:  
題目: *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'.