- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how do set permissions to - lrwxr-xr-t
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
Forums
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
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
10-18-2002 03:33 AM
10-18-2002 03:33 AM
how do set permissions to - lrwxr-xr-t
lrwxr-xr-t
Any ideas how!!??
Thanks in advance.
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 03:44 AM
10-18-2002 03:44 AM
Re: how do set permissions to - lrwxr-xr-t
# tlinstall
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 03:52 AM
10-18-2002 03:52 AM
Re: how do set permissions to - lrwxr-xr-t
It's a 'transition link' given only for compatility with earlier releases, but I know that in fact some HP product still need them ...
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 04:00 AM
10-18-2002 04:00 AM
Re: how do set permissions to - lrwxr-xr-t
command to create symbolic link is
ln -s /usr/bin /
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2002 02:51 AM
10-20-2002 02:51 AM
Re: how do set permissions to - lrwxr-xr-t
But it's really not a big deal. HP-UX totally ignores the permissions on a symbolic link,
other than displaying them with ll, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2002 09:51 AM
10-20-2002 09:51 AM
Re: how do set permissions to - lrwxr-xr-t
HP seems to use the sticky bit on symbolic links ONLY on transition links...
And there is no other reason/benefit for using it yourself.
FWIW,
Wodisch