Purpose of the sticky bit for files? - Help
This is a discussion on Purpose of the sticky bit for files? - Help ; What is the purpose of the sticky bit for files in Unix-like OS's?...
-
Purpose of the sticky bit for files?
What is the purpose of the sticky bit for files in Unix-like OS's?
-
Re: Purpose of the sticky bit for files?
Angel Tsankov wrote:
> What is the purpose of the sticky bit for files in Unix-like OS's?
http://www.faqs.org/faqs/hp/hpux-faq/section-70.html
Ciao
Giovanni
--
A computer is like an air conditioner,
it stops working when you open Windows.
Registered Linux user #337974 < http://giovanni.homelinux.net/ >
-
Re: Purpose of the sticky bit for files?
>> What is the purpose of the sticky bit for files in Unix-like OS's?
>
> http://www.faqs.org/faqs/hp/hpux-faq/section-70.html
Thanks a lot!
-
Re: Purpose of the sticky bit for files?
"Angel Tsankov" addressed the congregation
thusly:
> What is the purpose of the sticky bit for files in Unix-like OS's?
Originally, the sticky bit meant that the program code stayed in memory
after an initial run, caching the routines for fast reuse. This was in the
days of slow disks so it sped up some operations.
The STVX bit now occupies this bit and is applied to the /tmp dir, meaning
only the owner of that object can delete it. Some still refer to STVX as
the "sticky bit".
Some even (very wrongly) call the SUID bit the "sticky bit".