]> err.no Git - util-linux/commit
namei: add --owners and --long options
authorKarel Zak <kzak@redhat.com>
Thu, 30 Oct 2008 12:42:50 +0000 (13:42 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Nov 2008 22:25:59 +0000 (23:25 +0100)
commit4cfcf09b33ecfbdae554c6b5de95ec32d059d664
tree90956626256a4081223188f8e235e4db18c9b4a8
parentc84a633a92f534452a0b79bc6f909d0f2e1c17d5
namei: add --owners and --long options

Added file owner and group name printing support. The groupnames and
usernames are cached to avoid an extra overhead. This implementation
does not use fixed width of user/group name columns.

$ namei -l /var/www/cgi-bin
f: /var/www/cgi-bin
 drwxr-xr-x root root /
 drwxr-xr-x root root var
 drwxr-xr-x root root www
 drwxr-xr-x root root cgi-bin

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