namei
Follows a pathname (which can be a symbolic link) until a terminal point is found (a file/directory/char device etc). This program is useful for finding "too many levels of symbolic links" problems. More information: <https://manned.org/namei>.
RUN apt-get update && \
apt-get install -y util-linux
RUN apt-get update && \
apt-get install -y util-linux
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y util-linux
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y util-linux