The following script you can use to check the Server uptime?
root@admin[/usr/local/apache/cgi-bin]# nano loads
#!/bin/bashecho Content-type: text/plain
echoecho $(hostname)
echo “=>”
echo $(uptime)
The following script you can use to check the Server uptime?
root@admin[/usr/local/apache/cgi-bin]# nano loads
#!/bin/bashecho Content-type: text/plain
echoecho $(hostname)
echo “=>”
echo $(uptime)
Copyright © 2023 Kaizen Software Solutions. All rights reserved.