summaryrefslogtreecommitdiffstats
path: root/misc-utils/namei.1
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-031-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* namei: fix logic and infinite loop of symlinksKarel Zak2007-01-311-4/+0Star
| | | | | | | | | | | | | | | | | | Don't follow the path if a component is not directory. It doesn't make sense to support something like: $ touch a b $ namei a/b <-- where "a" is not directory The support for infinite loop of symbolic links is a strange wish only. The stack size is very limited. Try: $ ln -s x $ namei x/x [Migration note: severity="low"] Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-071-0/+60