Launch script in ssh
-
Im try launc a script and binary in ssh terminal but when i se sudo command dont work, return error of sudo command What can i do?
-
In recalbox, you are in root so you don't need to use sudo before your commands. Just type your command.
-
I try it, i put binary in script folder and use ./binaryname but not run :S Of course i give chmod 755 first to binary My step: 1: copy binary in script folder on raspberry2 2: give 755 permission to binary with chmod 755 binary 3: cd /binaryfolder 4: ./binaryname And no run :s
-
Hi, are you sure your binary is a armV6 binary ? What is this binary ?
-
Its oscam(sattellite manager conexions) binary compilated in Ubuntu for raspberry
-
You will obviously miss dependencies. I don't think what you are trying to do is realizable.