On Sun, Nov 05, 2000 at 06:11:36PM +1100, Damien wrote: > i remember reading somewhere that the sticky bit could be used to instruct > certain unixs to permanently cache a program. is this the case with linux? if > not, can anyone offer any alternative solutions?
No, nor has it been supported in any version of Unix that I know of since the days when PDP-11/70's were hot. -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;