Verifying that user-level PHP cannot execute privileged system commands.
Attempt to reload the web server. Should fail — only root can do this.
Attempt to restart the database server. Should fail.
Attempt to read the shadow password file. Should fail — root-only.
Attempt to list root's home directory. Should fail.
Attempt to delete a system file. Should fail.
Attempt to lock the root account. Should fail.
Attempt to restart SSH daemon. Should fail.
Attempt to read another user's .bashrc. Should fail.
Attempt to install a package via apt. Should fail.
Attempt to delete /etc/crontab. Should fail.