Help for this page
perl -MPOSIX=setuid -e ' sub show { printf qq[%s: real: %d, effective: %d\n] , $_[0] , $< , $ +> } ... setuid( $id ) or die qq[cannot change to $id: $!]; show( q[post-change] ) '