Script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zze-Support activite PCL RAMSI A ext DvSI/SIReS/LA

    Script

    Hello everybody,

    I try to execute an ifconfig command in my python code using:
    stat, wdsout = commands.getsta tusoutput("./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.

Working...