- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to change permissions for symbolic links
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2015 07:41 AM - last edited on 05-04-2015 08:34 PM by Maiko-I
05-04-2015 07:41 AM - last edited on 05-04-2015 08:34 PM by Maiko-I
How to change permissions for symbolic links
Hello All,
Is there any way to change the permissions to 777 for softlink files??
lrwxr-x--- 1 root sys 31 May 3 23:17 link_3486 -> /dev/vg01_19/link_3486
I have hundreds of them to change and I dont really want to recreate those after changing umask. ;))))
Thanks,
P.S. This thread has been moved from General to HP-UX > languages. - Hp Forum moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2015 08:00 AM - edited 05-04-2015 08:17 AM
05-04-2015 08:00 AM - edited 05-04-2015 08:17 AM
Re: How to change permissions for symbolic links
The lchmod.c code by Clay will help (attached):
http://h30499.www3.hp.com/t5/General/Permission-on-Symbolic-links/td-p/3624264
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2015 09:37 AM - edited 05-04-2015 09:38 AM
05-04-2015 09:37 AM - edited 05-04-2015 09:38 AM
Re: How to change permissions for symbolic links
>Is there any way to change the permissions to 777 for softlink files??
Why do you care? The permissions on symlinks are just an illusion.
Only the link target permissions are important.