Simple cgi script to check the Server uptime?

server uptime script
Script to check server uptime

The following script you can use to check the Server uptime?

root@admin[/usr/local/apache/cgi-bin]# nano loads
#!/bin/bash

echo Content-type: text/plain
echo

echo $(hostname)
echo “=>”
echo $(uptime)

About Anant 373 Articles
Senior technical writer