how to change permissions on a file in linux

Shell
sudo chmod -R ugo+rwx /file/path
Source

Also in Shell: