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


Click here to return to the 'An AppleScript to modify user permissions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to modify user permissions
Authored by: qwerty denzel on Mar 15, '05 10:09:15PM
I am guessing that using sudo only works for those that have used it before (in Terminal).
do shell script "ls"
and
do shell script "sudo ls"
have different results for me like in the Terminal so I guess it works. On my computer I am of course an administrator, this script is not useful

[ Reply to This | # ]