Linux: find real path of symlink


Linux: find real path of symlink

Syntax:

readlink -f symlink

Example

[root@tutorialspots ~]# readlink -f /etc/letsencrypt/live/tutorialspots.com/cert.pem
/etc/letsencrypt/archive/tutorialspots.com/cert1.pem

find real path of symlink

Leave a Reply