<div dir="ltr">Hi,<div><br></div><div>Trying to run a specific command (ibstat)  installed in /usr/sbin on an Ubuntu 15.04 machine, using subprocess.check_output and getting "/bin/sh: /usr/sbin/ibstat: No such file or directory"</div><div><br></div><div>I tried the following:</div><div>- running the command providing full path</div><div>- running with executable=bash</div><div>- running with (['/bin/bash', '-c' , "/usr/sbin/ibstat"])</div><div><br></div><div>Nothing worked ...</div><div><br></div><div>Any idea?</div><div> </div><div><br></div><div>-carlos</div></div>