I'm working on Centos7 server with Capistrano version 3.7.2.
My problem is about executing the command "cap -v
" by not root user. The error reporting is this:
I know that it is a problem with folder permissions but I don't know what folder.
The folder /usr/bin/ruby
exist and it has permissions for all users.
The file /usr/local/bin/cap
is good declared.
For the root user it works correctly but for other users it does not
Thank you in advance