skrip shell php

<?php
$output = shell_exec('cat /etc/hosts');
echo "<pre>$output</pre>";
?>
VasteMonde