View Single Post
Posts: 11 | Thanked: 12 times | Joined on May 2012
#54
Originally Posted by Addison View Post
The first 3 files are colored blue which I believe means they are symlinked but I don't know how to find where they really are.
You can check if they are symlinks with
Code:
ls -lattr
in a terminal. Symlinks will show up as
Code:
linkname -> target
 

The Following 3 Users Say Thank You to lokimotive For This Useful Post: