Can I set the permissions on a symbolic link under Linux/UNIX?
No, you cannot. If you try to execute chmod command on a symbolic link, it will return with error Changing permissions of `filename': Operation not permitted. This is quite logical, as permission on a symbolic link is meaningless. The only thing is important is permission on the file that the link points. In short, permissions on a symbolic link do not really mean anything.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux / UNIX find files with symbolic links
- Linux/UNIX: chmod error
- How to: Linux / UNIX create soft link with ln command
- Examining the Linux / FreeBSD / UNIX filesystem with ls command
- Unix Create a Symbolic Link
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


December 14th, 2007 at 10:42 am
can i give to permission for link file in linux