LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sym links and permissions (https://www.linuxquestions.org/questions/linux-newbie-8/sym-links-and-permissions-502682/)

emme0032 11-17-2006 11:19 PM

sym links and permissions
 
lrwxrwxrwx 1 root other 10 Aug 15 12:32 current -> foobar//

since this symlink has world write permissions is it possible to change what file it points to as a non root user? And user not in group other?

btmiller 11-17-2006 11:34 PM

Depends on the permissions of foobar. Symlinks don't really have permissions in and of themselves; the permissions of the file/directory being linked to govern access.

emme0032 11-18-2006 02:26 AM

Thanks for the answer.


All times are GMT -5. The time now is 07:24 AM.