![]() |
symbolic links and permissions
is there any way to modify the permissions of the file that a symbolic link points to through the symbolic link? ie: never having to explicity change the permissions on the real file itself?
|
From the chmod man page:
Quote:
|
The default behaviour of chmod is to change the behaviour of the file pointed to by the link if the link is one of the command line arguments to chmod. However, chmod will ignore links found during recursive directory searches. From man chmod (for chmod 5.96 on Slackware):
Code:
chmod never changes the permissions of symbolic links; the chmod system call cannot change their per- |
| All times are GMT -5. The time now is 06:29 PM. |