Solution to permission denied

gets an installation file ending in.run, giving it executable permissions. If the SElinux module is enabled, disable it first!

Such as:

# chmod + x NVIDIA – Linux – x86_64-295.59. The run

When you paste

into a directory (myResources), this prompt appears:

Permission denied

is not set, just copy and paste a file, how can that be?

solution:

$ sudo chmod -R 777 myResources

-where
-r refers to all subdirectories and files cascading to the directory
-777 is that all users have the highest permissions

Read More: