Monday, September 22, 2014

Shell Script To Check The Disk Space On Remote Systems

Php Script for Check The Disk Space On Remote Systems via Web
Create a php file and loaded into the Web-directory (var/www) of the Remote Server
             echo ' Welcome ICTOPS Disk-Analyzer';
             $a = shell_exec('df -H');
             echo 'Overall Disk Status';
              echo $a; echo '';
              ?>

No comments:

Post a Comment

bloggerwidgets