Hi @sam
No worries. You can use the terminal to check the file permissions
ls -l path/to/your/file
This will list details about the file, including its permissions in a format like -rwxr-xr--. The letters show who can read, write, or execute the file. Hope that helps.