lampTermux icon indicating copy to clipboard operation
lampTermux copied to clipboard

fix permission denied

Open billalxcode opened this issue 2 years ago • 0 comments

Hi developers, I have fixed issue #12.

How do I fix?

We know that when moving files to the binnary folder, we definitely need permission so that the files we move can be read and executed.

So I added working code to give file permission to read and run. By using the command chmod 755 $PREFIX/bin/${BIN}, the file has been given permission to read and run.

References:

Indonesian

  • https://www.hostinger.co.id/tutorial/pengertian-chmod-dan-chown-untuk-ganti-permission-di-linux/

English

  • https://linuxhint.com/what-is-the-meaning-of-chmod-755-and-how-to-execute-and-verify-it/

billalxcode avatar Mar 12 '23 11:03 billalxcode