Search notes:

Shell command: namei

$  namei -om ~/.ssh/id_rsa
f: /home/rene/.ssh/id_rsa
 drwxr-xr-x root root /
 drwxr-xr-x root root home
 drwxr-xr-x rene rene rene
 drwx------ rene rene .ssh
 -rw------- rene rene id_rsa
$ namei /usr/bin/ld.so | grep '^ *l' | sed 's/^ *l //'
ld.so -> /lib64/ld-linux-x86-64.so.2
lib64 -> usr/lib64
ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
lib -> usr/lib

See also

Shell commands such as ls, readlink and stat.

Index