Skip to content

Help out a Noob please! AK620 Digital Pro #41

Closed Answered by Nortank12
jgor9061 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. You've downloaded the correct file. The archives (zip, tar.gz) both contain the source code used for building the executable. Since you cannot find the file, it might be that you're running the command from a different folder.
If you're not yet familiar with the terminal:

  1. Print the working directory to check you're at the right place:
pwd
  1. List files / folders in the current directory with details to check permissions:
ls -l

If you see x, execution is enabled:

...
-rwxr-xr-x  ...  deepcool-digital-linux
...

More information about permissions

  1. If you can see the file deepcool-digital-linux, but without the x, make it executable:
chmod +x deepcool-digital-linux
  1. Check the permissio…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@jgor9061
Comment options

@Nortank12
Comment options

@jgor9061
Comment options

@jgor9061
Comment options

@Nortank12
Comment options

Answer selected by jgor9061
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants