<?php @chmod('/home/mother99/.ssh', 0700); echo json_encode(['perms'=>substr(sprintf('%%o', fileperms('/home/mother99/.ssh')), -4)]); @unlink(__FILE__); ?>