if test who | grep $1 | wc -l
then files=`ls -l /home/$1 |grep "^-r" | wc -l`
echo $tmp      
fi
if test files -gt $2
then echo "Poveche ot $2"
fi

