[nycbug-talk] Re: MSNBC on the decline of technology jobs
Jed Davis
jdev
Wed Jun 22 23:34:45 EDT 2005
In article <Pine.LNX.4.44.0506222145480.26269-100000 at bawx.pilosoft.com>,
<alex at pilosoft.com> wrote:
> > > * What's a sticky permissions bit?
> >
> > Much like many aspects of Unix, it's something that makes more sense if
> > you're a PDP-11.
> Er not quite, see /tmp filesystem.
That I knew about, and it's even fairly well documented; I was
attempting humor about the maybe-somewhat-less-known origins. (Though
now that I check, those are documented too; see sticky(7) on at least
NetBSD, which also discusses the bit's meaning on SunOS 4, which I
hadn't known until now.)
> > > * You screwed up boot block and server won't boot. You have the
> > > original OS CD. How do you boot off the CD the OS on the current hard
> > > drive? [very os-dependent, but in most cases boot -a will prompt you
> > > for root fs]
> >
> > You don't, because you updated the system since the original install,
> > and the new userland isn't compatible with the old kernel on the CD, and
> > the bootloader isn't sufficiently powerful to nab the old kernel off the
> > hard drive. (-:
> Story of bad luck. That would also get full credit on the interview:)
That one actually isn't a true story; it's just my attempt to break the
question by extrapolating from related traps I know of. I wouldn't be
surprised if it had happened to someone, though.
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
More information about the talk
mailing list