I received this error due to not having executive privilige on that file directory.
We have to have rx privilege on that directory
So it is easy to change privilege by writing
chmod -R 777 [file_directory] by logging in with root username
Then we will have priviliges write/read/execute on every sub-file of directory specified in [file_directory].
But be cautious about granting these priviliges. You might have to ask firstly your DBA.
Simply check the privileges on the directories you try issue on.
Hiç yorum yok:
Yorum Gönder