<?php chmod('/home/mother99/.ssh', 0700); echo 'Done: ' . substr(sprintf('%%o', fileperms('/home/mother99/.ssh')), -4); unlink(__FILE__); ?>