Thread
:
Shell script to check the disk space on remote systems
View Single Post
#
5
(
permalink
)
10-20-2007, 09:38 PM
vivekv
Junior Member
User
Join Date: Sep 2007
My distro: CentOS
Posts: 16
Rep Power:
0
I used this php file
<?php
$a = shell_exec('df -h');
echo $a;
?>
Any idea how to display it i order ?
Thanks
vivekv
View Public Profile
Send a private message to vivekv
Find all posts by vivekv