xxxxxxxxxx
# symbolic links are aternative directoris for actual directories and we usually identiy them implicitly within ls -l and file commands
ls -l /symbolic/link
# ........ symbolic/link -> /actual/directory
# notice may retrive another symbolic link so we need to reuse the command for the retrived directory
file file/within/directory/to/get/all/related/file/info