- Feb 24, 2022
- 2
- 1
I am quite a beginner in some linux things, still learning. Thanks a lot, that have made the trick!Easy, and to be fair, as a linux user you should know this, as it's one of the most basic things you should know about file permissions: "Permission denied" means you don't have the permission to execute the file listed ("nw
"), so make sure you can. Achmod u+x ./nw
should do it.