noun
execute permission
Computing term for the permission to execute a file, typically in Unix-like file systems.
このファイルには実行許可がありません。
This file does not have execute permission.
スクリプトに実行許可を与えるには、chmodコマンドを使います。
To give execute permission to a script, use the chmod command.
Compound of 実行 (execution) and 許可 (permission).