Troubleshooting "Permission denied" error when attempting to run BaseSpace CLI on Linux and Mac OS
$ ./bs authbash: ./bs: Permission denied $ chmod 766 </path/to/bs> # Has the same effect as the command below on a newly downloaded copy of the BaseSpace CLI binary$ chmod u+x </path/to/bs> Last updated
Was this helpful?
