Categories
Tags
Archives
Links
Meta
Tag Archives: shell
PHP Shell Execution Reminder
If you are using PHP to execute a custom-written shell script, keep in mind that the $PATH for the web server’s user can be different than the user account you’re using to execute it. Meaning, if it doesn’t behave properly, … Continue reading