Problem scenario
You copied the kubectl file. You are not sure what the permissions it should have. When you try to execute it, you get “Permission denied”. What should you do?
Solution
We recommend using this (after you change directories to the one that has the kubectl file): sudo chmod 777 kubectl
When you use conjure-up, it makes kubectl have 777 permissions.
…
Continue reading “What Should The Permissions of the kubectl File Be on a Linux server?”