Skip to main content
Kill -9 Club
Sign in

readlink

Reading the systemPackage: coreutils

Resolves a symbolic link, and with -f the whole chain to the real file. It is what says which release a current really points at after a deploy.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

readlink -f
Resolves every symbolic link and prints the real, absolute path.

Lessons that teach it