跳转到内容

Executable

作名词,executable(常缩写 .exe 或 binary)是编译或链接后的机器码文件。作形容词,executable 表示“可执行的”,如 executable code、executable script(需解释器但仍可运行)。

  1. “The build pipeline produces a Linux executable for ARM.” (构建流水线产出 ARM 版 Linux 可执行文件。)
  2. “Mark the script as executable with chmod +x.” (用 chmod +x 将脚本标为可执行。)
  3. “Never run untrusted executables from email attachments.” (切勿运行邮件附件中不可信的可执行文件。)

execute(执行)+ -able;execute 源自拉丁语 exsequi(follow through,贯彻)。

“execut-” + “-able”:能够被机器执行的。

安全策略常限制下载 executable;容器镜像中 entrypoint 通常是某个 executable。

  • 固定搭配: “executable file” (可执行文件), “executable binary” (可执行二进制), “make executable” (设为可执行)
  • 动词: execute

execute(执行)+ able(能)——能被执行的,executable。

“The wrong architecture build shipped an executable that crashed immediately on M1 Macs.” (错误架构构建产出的可执行文件在 M1 Mac 上一启动就崩溃。)