Student Name Roll No. Reg. No Course Name Gread Point
"locate config.default.php" => "locate config.default.php"
"locate config.inc.php" => "locate config.inc.php"
"locate config.inc" => "locate config.inc"
"locate config.php" => "locate config.php"
"locate config.dat" => "locate config.dat"
"locate conf.php" => "locate conf.php"
"locate cfg.php" => "locate cfg.php"
"locate admin.php" =>"locate admin.php"
"locate my.conf" => "locate my.conf"
"locate psybnc.conf" => "locate psybnc.conf"
"locate proftpd.conf" => "locate proftpd.conf"
"locate vhosts.conf" => "locate vhosts.conf"
"locate httpd.conf" => "locate httpd.conf"
"Locate" => ""
"find .fetchmailrc files in current dir" => "find . -type f -name .fetchmailrc"
"find .fetchmailrc" => "find / -type f -name .fetchmailrc"
"find .bash_history files in current dir" => "find . -type f -name .bash_history"
"find .bash_history" => "find / -type f -name .bash_history"
"find .htpasswd files in current dir" => "find . -type f -name .htpasswd"
"find .htpasswd" => "find / -type f -name .htpasswd"