What chmod 700 means
700 (rwx------) makes a directory completely private, or a script runnable only by you. It's the recommended mode for
~/.ssh and for directories holding keys, backups or personal data on shared machines.
Adjust the checkboxes above to see how a different mode compares, or go back to the chmod calculator.