Operating System - HP-UX
1751948 Members
4732 Online
108783 Solutions
New Discussion

Symbolic link directory permission

 
Asif_8
Regular Advisor

Symbolic link directory permission

How to change the permission of softlink directory

1 REPLY 1
Patrick Wallek
Honored Contributor

Re: Symbolic link directory permission

There is no easy way to change permissions on a link.

 

However, check this thread:

 

http://h30499.www3.hp.com/t5/System-Administration/How-to-create-symbolic-link-permission-of-lr-r-r-T/td-p/3068771

 

Look for the response from "A. Clay Stephenson" where he mentions some C code that uses the 'lchmod' system call.  That is the only way that I can think of to do something like that.