Script

zze-Support activite PCL RAMSI A ext DvSI/SIReS/LAN aramsi.ext at rd.francetelecom.com
Mon Aug 4 09:26:01 EDT 2003


Hello everybody,

I try to execute an ifconfig command in my python code using:
stat, wdsout = commands.getstatusoutput("./script.sh " + interface + " "
+ ipadrr)

The script.sh executes the ifconfig command as:
Ifconfig $1 plumb && ifconfig $1 $2 netmawk 255.255.255.0 up

this script is created by the root, and have 4755 as chmod.

When the script is executed by th root, it works normaly but when it's
launched from the python file it doesn't work:
and i have a Permission denied message.

Is something wrong in what I do?

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20030804/22986289/attachment.html>


More information about the Python-list mailing list