Alan Dayley wrote: > > I need to set a newly installed binary to run as a specific user (not > root). How do I do this? > > Alan > > ________________________________________________ > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. > > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss See man chown. You want to set the suid bit on the owner. George