for _file in @ARGV { cp /dev/null $_file chmod 664 $_file chgrp adm $_file chown adm $_file }