What do the grey arrows on nautilus mean for folders?

C

CrazedNerd

Guest

Two people tried to answer this in the comments of the question in the link, but this is not conclusive. When executing "ls -F", those folders are teal with @ symbols fallowing them.

If they are just symbolic links, then what are they linked to?
 


If they are just symbolic links, then what are they linked to?

They are.
I don't know of an easy way to tell using the GUI.

But in the CLI ls -l will show you.

lrwxrwxrwx. 1 root root 14 Nov 24 23:36 system-release -> fedora-release
lrwxrwxrwx. 1 root root 29 Nov 24 23:36 system-release-cpe -> ../usr/lib/system-release-cpe

Typically they start with an "l" (lowercase L). Then they have an "arrow" -> that points to what they are linked to.
 
Last edited:

Staff online

Members online


Top