This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:raspberry:raspbian:kernel [2020/03/09 14:35] – lunetikk | linux:raspberry:raspbian:kernel [2020/03/09 14:38] (current) – lunetikk | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| [[https:// | [[https:// | ||
| + | ==== Troubleshooting ==== | ||
| + | === Run ./script.sh vs bash script.sh - permission denied === | ||
| + | |||
| + | < | ||
| + | $ getfacl script.sh | ||
| + | # file: script.sh | ||
| + | # owner: root | ||
| + | # group: root | ||
| + | user::rwx | ||
| + | group::r-- | ||
| + | group: | ||
| + | mask::rwx | ||
| + | other::rwx | ||
| + | |||
| + | sudo setfacl -m ' | ||
| + | sudo setfacl -b script.sh | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||
| \\ | \\ | ||
| \\ | \\ | ||
| ~~DISCUSSION: | ~~DISCUSSION: | ||