Enable execute on TrueNAS SAMBA share: Difference between revisions

From Jwiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:TrueNAS]]
[[Category:TrueNAS]]
1. Navigate to shares
2. Click on "edit"
3. Click on “Advanced Options”
4. Edit “Auxiliary Parameters”:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
acl allow execute always = yes
acl allow execute always = yes
</syntaxhighlight>
</syntaxhighlight>
5. Save
== Sources ==
https://forum.level1techs.com/t/solved-cant-execute-files-from-truenas-12-0-u4-smb-share/173408/12

Latest revision as of 17:33, 30 August 2024


1. Navigate to shares

2. Click on "edit"

3. Click on “Advanced Options”

4. Edit “Auxiliary Parameters”:

acl allow execute always = yes

5. Save

Sources

https://forum.level1techs.com/t/solved-cant-execute-files-from-truenas-12-0-u4-smb-share/173408/12