I make a folder "target" in my home and I change its mode to 777 (drwxrwxrwx), I create a softlink in /tmp folder,in /tmp folder.
ln -s /home/[myusername]/target target
I can read,write to the softlink target(lrwxrwxrwx) , but others can NOT access this softlink .why?