<html> <head> <title>df execute</title> </head> <body> df execute<br> <pre> <?php echo shell_exec('df'); ?> </pre> </body> </html>