A symlink just point to a path. If the symlink (/home/user/A/link.txt) is a full path (starts with '/'; ex: '/home/user/B/a.txt) then it is absolute. If not it is relative (ex: '../B/a.txt).
A symlink just point to a path. If the symlink (/home/ user/A/ link.txt) is a full path (starts with '/'; ex: '/home/ user/B/ a.txt) then it is absolute. If not it is relative (ex: '../B/a.txt).