|
发表于 2007-12-14 12:05:42
|
显示全部楼层
man chmod 中有如下的说明:
- chmod never changes the permissions of symbolic links; the chmod system
- call cannot change their permissions. This is not a problem since the
- permissions of symbolic links are never used. However, for each sym-
- bolic link listed on the command line, chmod changes the permissions of
- the pointed-to file.
复制代码 |
|