HPE GreenLake Administration
Operating System - HP-UX
1833402
Members
3353
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-23-2003 12:05 AM
11-23-2003 12:05 AM
Softlink
lrwx------ 1 root sys 16 Nov 18 03:30 scp -> /opt/ssh/bin/scp
chmod 755 scp
=> 700
I need 755! What can I do ?
chmod 755 scp
=> 700
I need 755! What can I do ?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 12:50 AM
11-23-2003 12:50 AM
Re: Softlink
Hi Daniela,
The permissions of a symbolic link itself is ignored, it is only the permissions of the target file that you need be concerned with. The "ln" manpage discusses this in more depth.
cheers,
James.
The permissions of a symbolic link itself is ignored, it is only the permissions of the target file that you need be concerned with. The "ln" manpage discusses this in more depth.
cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 01:03 AM
11-23-2003 01:03 AM
Re: Softlink
Thought I'd add, if you really wanted the permissions to be 755 for whatever reason you could alter your umask to be 022 and re-create the link :
# rm scp
# umask 022
# ln -s /opt/ssh/bin/scp scp
# rm scp
# umask 022
# ln -s /opt/ssh/bin/scp scp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 01:16 AM
11-23-2003 01:16 AM
Re: Softlink
Another way:
#rm -i scp
#chmod 755 /opt/ssh/bin/scp
#ln -s /opt/ssh/bin/scp scp
Hope this help!
#rm -i scp
#chmod 755 /opt/ssh/bin/scp
#ln -s /opt/ssh/bin/scp scp
Hope this help!
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP