]> git.ipfire.org Git - thirdparty/util-linux.git/commit - misc-utils/namei.1
namei: new re-written version
authorKarel Zak <kzak@redhat.com>
Thu, 30 Oct 2008 09:19:39 +0000 (10:19 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Nov 2008 22:25:46 +0000 (23:25 +0100)
commitc84a633a92f534452a0b79bc6f909d0f2e1c17d5
treeb8970305fc62890a19637a81c2962bbfe348138c
parent5ea8931c95b2e0b1663f28591d2c721f07a88181
namei: new re-written version

This new version:
 * not based on chdir()
 * implemented without recursion (does not depend on stack size)
 * list of directories is stored in allocated memory (the code is
   extendable with new functionality (e.g. show usernames, groupnames,
   selunux contexts, ...).
 * supports long command line options
 * adds a new command line option:
     -n, --nosymlinks    don't follow symlinks

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/namei.1
misc-utils/namei.c