>>>>> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes:
SB> perl -e 'require POSIX; POSIX::setuid(65534); POSIX::setgid(65534); \ SB> print -r q{/tmp} && -w _ && -x _ ? q{OK} : q{NOK}; ' Since when is user nobody hardwired to UID 65534? I never saw POSIX mandate that.