1833053 Members
2725 Online
110049 Solutions
New Discussion

Re: link lr-xr-xr-t

 
SOLVED
Go to solution
cdm
Occasional Advisor

link lr-xr-xr-t

Unfortunately i removed a link-file with this permission lr-xr-xr-t
I would like to know how recreate this file (with the same permission).
PS: The file i removed is /usr/bin/cc SO 10.20
Thanks
5 REPLIES 5
Tim D Fulford
Honored Contributor

Re: link lr-xr-xr-t

ln -s

The permissions displayed are those of your umask at the time of the link. If you want to see the REAL perms of the link file do

ls -lL

Tim
-
melvyn burnard
Honored Contributor
Solution

Re: link lr-xr-xr-t

try doing (as root)
tlinstall -v

that should restore it
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Helen French
Honored Contributor

Re: link lr-xr-xr-t

Hi,

Try this:

# tlinstall -v

HTH,
Shiju
Life is a promise, fulfill it!
John Palmer
Honored Contributor

Re: link lr-xr-xr-t

Don't think you can with normal commands. The actual permissions of the soft link don't matter though - it's those of the target file that count.

Regards,
John
Ravi_8
Honored Contributor

Re: link lr-xr-xr-t

Hi,

looks like the file that you removed is of C compiler. doing the ftp from other system wouldn't work. so re-intsall the compiler when compiler is not being used
never give up