Linux/PHP Question

Posted by user369770 on Stack Overflow See other posts from Stack Overflow or by user369770
Published on 2010-06-17T20:42:10Z Indexed on 2010/06/17 20:53 UTC
Read the original article Hit count: 235

Filed under:
|

I'm a pretty Huge n00b when it comes to Linux

exec ('whoami', $output, $return);
echo $return;  

// Outputs 127 Which means the command is not executing. I can get it to execute when I root into the server.

Any help would be greatly appreciated!

© Stack Overflow or respective owner

Related posts about php

Related posts about linux