Site Tools


linux:raspberry:raspbian:kernel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:raspberry:raspbian:kernel [2020/03/09 14:35] lunetikklinux:raspberry:raspbian:kernel [2020/03/09 14:38] (current) lunetikk
Line 7: Line 7:
 [[https://www.raspberrypi.org/documentation/linux/kernel/building.md|RaspberryPi.org - Building Kernel]] [[https://www.raspberrypi.org/documentation/linux/kernel/building.md|RaspberryPi.org - Building Kernel]]
  
 +==== Troubleshooting ====
  
 +=== Run ./script.sh vs bash script.sh - permission denied === 
 +
 +<code>
 +$ getfacl script.sh
 +# file: script.sh
 +# owner: root
 +# group: root
 +user::rwx
 +group::r--
 +group:domain\040users:rw-
 +mask::rwx
 +other::rwx
 +
 +sudo setfacl -m 'g:domain\040users:rwx' script.sh
 +sudo setfacl -b script.sh
 +</code>
 +
 +[[https://unix.stackexchange.com/questions/203371/run-script-sh-vs-bash-script-sh-permission-denied]]
  
 \\ \\
 \\ \\
 ~~DISCUSSION:closed~~ ~~DISCUSSION:closed~~
linux/raspberry/raspbian/kernel.1583760940.txt.gz · Last modified: 2020/03/09 14:35 by lunetikk