Operating System - HP-UX
1835030 Members
3839 Online
110073 Solutions
New Discussion

Error when login to HPUX CDE

 
SOLVED
Go to solution
Mohamed AbdelMoneim
Honored Contributor

Error when login to HPUX CDE

Dear all.
I have HPUX v11.23 and i got the error of /bin/sh permission as in the attachet file.
i searched for this file but i found it in /usr/bin/sh not in /bin/sh..
and the sh has excute permision.
please advise
5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: Error when login to HPUX CDE

There should be a transition link from /bin to /usr/bin/. So /bin/sh works. Do you have that Tlink?
Mohamed AbdelMoneim
Honored Contributor

Re: Error when login to HPUX CDE

Thank you for support.
but this Tlink not exist and also there is not /bin directory
Dennis Handly
Acclaimed Contributor
Solution

Re: Error when login to HPUX CDE

>this Tlink not exist

Then you can just create a symlink:
# ln -s /usr/bin /bin

The is a command to create all of the Tlinks but I'm not on my system.
Mohamed AbdelMoneim
Honored Contributor

Re: Error when login to HPUX CDE

Thank you.
it works.
Dennis Handly
Acclaimed Contributor

Re: Error when login to HPUX CDE

The command is: /opt/upgrade/bin/tlinstall

You can add -l to seem what is being installed.