Depends which local server you are using and which operating system.
Different operating systems handle permissions on different ways. But if you are using Windows, go to site folder > properties > security > advanced > change permissions > select_user > edit and put full control.
On linux, there is command "chmod 755 some_directory", or "chmod 644 some_file" and you must be logged in as root.