Get an installation file that ends with. Run and give it executable permission. If the SELinux module is enabled, please disable it first!
For example:
# chmod +x NVIDIA-Linux-x86_ 64-295.59.run
When pasting files to a directory (myresources), such a prompt appears
Permission denied
The permission is not set, just copy and paste a file, how can it be like this?
solutions:
$ sudo chmod -R 777 myResources
Among them,
– R refers to all subdirectories and files cascaded to the directory,
777 means that all users have the highest permissions