Subject: run system command as user
From: Trey <treybean gmail.com>
Date: Sat, 1 Dec 2007 11:00:04 +0900
I'm in need of running a system command as another user than the user
that is executing the ruby script. Is this possible? Can I execute
su (and somehow supply the correct password), then run the command?