On Wednesday 02 May 2007 Paul Kaplan's cat, walking on the keyboard, wrote: > I know how to run applications w/ root privileges using sudo, but how can I > run an application as a different normal user? You can use su - user -c command to run the command as the specified user. Luca