On Tue, 2006-09-19 at 10:34 +0200, Mike wrote: > Bob Goodwin schreef: > > > > I have a computer where I have set up FC5 as > > root and need to provide normal user access to > > applications I have configured. > > > > What is the proper way to do this? > > > > Bob Goodwin > > > sudo if the application needs root privileges? Mostly it is a matter of having the permissions for the program to be something like 755 if owned by root. Although sudo is ok if you want to give execution permissions to a small group of users, if you want to give permission to all users to execute a program that needs root privileges when running, then SUID through: chmod u+s seems more direct. -- Aaron Konstam <akonstam@xxxxxxxxxxxxx>