NON-ROOT WEB DIRECTORY ====================== By default, your web directory, located at "/www/" on the filesystem, is writable only by root. This can cause issues if you want to edit files without the "sudo" command, or if you want to transfer files via SFTP or the "scp" command. You may change this with the following command: sudo chown -R $(whoami):other /www