Even after providing execution permission , result is unsuccessful.
Besides being executable, for things to work, the file also needs to be readable. So you need to set that as well (chmod +r FILE
)
Besides being executable, for things to work, the file also needs to be readable. So you need to set that as well (chmod +r FILE
)