<?phpecho exec ( 'whoami' ); ?>
echo system('whoami');
<?phpecho exec('whoami');?>
exec("ruta_del_fichero");