Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Or, use su username -c' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Or, use su username -c
Authored by: dom on Aug 16, '05 11:34:30AM
You can run any program as another user using su -c. For example, to run Terminal as bob, do
su bob -c /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal


[ Reply to This | # ]