Operating System - HP-UX
1834396 Members
2022 Online
110067 Solutions
New Discussion

how do set permissions to - lrwxr-xr-t

 
RAKESH_12
Occasional Advisor

how do set permissions to - lrwxr-xr-t

The /bin link was deleted on one of out HP9000 servers. I was able to re-create the link but am unable to set the permissions to :

lrwxr-xr-t

Any ideas how!!??


Thanks in advance.
R.
5 REPLIES 5
Cheryl Griffin
Honored Contributor

Re: how do set permissions to - lrwxr-xr-t

Try:
# tlinstall

Cheryl
"Downtime is a Crime."
Jean-Louis Phelix
Honored Contributor

Re: how do set permissions to - lrwxr-xr-t

Hello,
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.

It works for me (© Bill McNAMARA ...)
Eugeny Brychkov
Honored Contributor

Re: how do set permissions to - lrwxr-xr-t

Hello Rakesh,
command to create symbolic link is
ln -s /usr/bin /
Eugeny
doug hosking
Esteemed Contributor

Re: how do set permissions to - lrwxr-xr-t

Yes, tlremove/tlinstall will cleanly recover from this. (/opt/upgrade/bin/tlinstall)
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.
Wodisch_1
Honored Contributor

Re: how do set permissions to - lrwxr-xr-t

Hi,

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