Search notes:

Shell command: readlink

$ readlink /sbin/init
../lib/systemd/systemd
$ readlink -f /sbin/init
/usr/lib/systemd/systemd

See also

Shell commands such as ln -s, namei and stat.

Index