in reply to Problem with Permission
What are you using to send the SMS? Presumably, whatever service you're using requires root permissions... Try
$ su -l user -c "strace -f /usr/bin/perl /path/to/script/script.cgi"
to see whichever file access under the hood is returning with "EACCES (Permission denied)".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with Permission
by roc (Sexton) on Apr 23, 2010 at 10:59 UTC | |
by almut (Canon) on Apr 23, 2010 at 11:36 UTC |