We use chmod command to change permissions of folders and files.
[email protected]:~# chmod --help
Usage: chmod … MODE… FILE…
or: chmod … OCTAL-MODE FILE…
or: chmod … --reference=RFILE FILE…
Change the mode of each FILE to MODE.
With --reference, change the mode of each FILE to...