With root rights.. I do..
Code:
#ln -s /root/ /home/usera/stupidity
#ls -l /home/usera
lrwxrwxrwx 1 root root 6 Sep 19 02:52 stupidity -> /root/
While i logon to usera & try to do
#ls -l /home/usera/
lrwxrwxrwx 1 root root 6 Sep 19 02:52 stupidity -> /root/
But when i try to
#ls -l /home/usera/stupidity
I get PERMISSION DENIED. Ma box says a
While as the symbolic link file still has rwx rights for others & hence i can do
#rm -f /home/usera/stupidity , though this doesnt means that the usera can delete my whole root directory subsystem as it will only delete the symobolic link & nothin else.
hOPE this would have clarified your queries.