python - S4cmd giving permission denied error -
i installed s4cmd on ec2 ubuntu instance, when trying run giving below
error:-bash: /usr/local/bin/s4cmd: permission denied
i tried sudo -s, updating pip & advised in other questions. none of them working me.
as of now, using s3cmd. put requests ec2 either dreamobjects or centurylink object storage painfully slow. uploading one-by-one. project demands uploading extremely large number (over million) of small objects.
this quite possibly not useful answer, trying execute file when doesn't have permission executable. go /usr/local/bin/
directory , try following command
chmod +x s4cmd
and see if works...
Comments
Post a Comment