How NFS works in Background?

0

When any Network File System (NFS) client host/server/machine wants to access a remote file/directory then its operating system sends a request to the Network File […]

Simple cgi script to check the Server uptime?

0

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)

1 13 14 15 16 17 23