- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help with links please
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
06-19-2000 03:24 AM
06-19-2000 03:24 AM
Help with links please
lr-xr-xr-xT
What does the 'T' mean and when I go to recreate these links, how do I create the 'T'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 03:46 AM
06-19-2000 03:46 AM
Re: Help with links please
transition links. that is, they are installed for backward compatibility to HPUX 9.x
three commands with man-pages:
tlinstall
tllist
tlremove
you can manually set the T with chmod
( sticky bit), but that should not be neccesary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 03:50 AM
06-19-2000 03:50 AM
Re: Help with links please
if you chmod to a symlink you change the file what sysmlink goes through not the symlink itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 09:15 AM
06-19-2000 09:15 AM
Re: Help with links please
lr_xr_xr_T
Then you have a sticky bit set with execute/search directry permission denied to others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2000 04:51 AM
06-20-2000 04:51 AM
Re: Help with links please
The "T" in this position usually is associated with executable files. The sticky bit in this case would lock that executable in memory, speeding up calls to it. (prevents the system from abandoning the swap-space image)
To set this permission on a file, you would chmod 1444
check out the man page for chmod(2) for more info.