How to list symbolic link chains?
Published at 2024-05-11
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
unix-cli
ln
How to list symbolic link chains?
ref: https://serverfault.com/questions/115856/how-to-list-symbolic-link-chains
$ namei d
f: d
l d -> c
l c -> b
l b -> a
d a