There will be a Permission tab where you can change the file permissions. In the terminal, the command to use to change file permission is --
chmod --. In short, --
chmod 777-- means making the file readable, writable and executable by everyone.
read more >>