#!/usr/bin/perl
$string=`du -h /home/domainusername/`;
print "Content-type: text/plain\n\n$string";
A file, du.pl showed up in the root directory. It has never been there before, and I didn't knowingly put it there. What is it? Should I do anything with it? ('domainusername' is the username of the domain.)
If you didn't put that perl script there, you might want to find out who did and why they want to view your home directory listing!