We can stat two different things on POSIX: the directory entry itself, or the link target (if the directory entry is a symbolic link).
do not dereference (lstat)
dereference
See Implementation
We can stat two different things on POSIX: the directory entry itself, or the link target (if the directory entry is a symbolic link).