Operating System - HP-UX
1833012 Members
3099 Online
110048 Solutions
New Discussion

Re: What does it mean - permissions

 
Pablito Maguicay_1
Occasional Advisor

What does it mean - permissions

Hi all,

lrwxrwxrwt 1 root sys 8 Nov 6 2003 tmp -> /var/tmp

What is the meaning of t in lrwxrwxrwt in file permissions

Thanks and best regards

Pabs
9 REPLIES 9
Joseph Loo
Honored Contributor

Re: What does it mean - permissions

hi,

that is sticky bit. "man chmod" for more detail.

regards.
(p.s. please remember to assign points.)
what you do not see does not mean you should not believe
Cem Tugrul
Esteemed Contributor
Cem Tugrul
Esteemed Contributor

Re: What does it mean - permissions

this link is more significant;

http://forums2.itrc.hp.com/service/forums/questionanswer.do?threadId=926834

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
Muthukumar_5
Honored Contributor

Re: What does it mean - permissions

t represents Add or delete the save-text-image-on-file-execution (sticky bit) permission.

It can be setup as,

chmod 1 file

More informations are available in chmod(1) and chmod(2) man pages.

hth.

Easy to suggest when don't know about the problem!
Andrew Merritt_2
Honored Contributor

Re: What does it mean - permissions

Since it's a symbolic link, the 't' doesn't actually indicate anything, the effective permissions are those on the file or directory that the link points to.

Andrew
Gregory Fruth
Esteemed Contributor

Re: What does it mean - permissions

Symlinks which have the sticky bit set
might be "transition links". They provide
backward compatability with older versions
of HP-UX. See /opt/upgrade for more
info.
Fabio Ettore
Honored Contributor

Re: What does it mean - permissions

Hi,

man chmod and search for sticky bit.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Devesh Pant_1
Esteemed Contributor

Re: What does it mean - permissions

Pabs,
that that you see as pointed out by all others is a sticky bit but the /tmp being a symbolic link to another directory can not give the sticky bit properties to the real directory.
Sticky bit on a directory makes files inside the directory to be renamed or removed only by the owner of the file, the owner of the directory, or the superuser (even if the modes of the directory
would otherwise allow such an operation).

thanks
DP
Pablito Maguicay_1
Occasional Advisor

Re: What does it mean - permissions

hi All,

Thanks for all your support.

GOD Bless you all and GOD Speed


Pabs