(多指 GNU coreutils)一组在类 Unix/Linux 系统中最基础、最常用的命令行工具集合,用于文件与文本处理、权限与目录管理等(如 ls、cp、mv、rm、cat、chmod 等)。
/ˈkɔːrˌjuːtɪlz/
I installed coreutils to get standard commands like ls and cp.
我安装了 coreutils,以获得像 ls 和 cp 这样的标准命令。
On minimal containers, replacing GNU coreutils with BusyBox can reduce size, but some scripts may break due to different options and behaviors.
在精简容器中,用 BusyBox 替换 GNU coreutils 可以减小体积,但由于选项和行为差异,一些脚本可能会失效。
由 core(“核心、基础”)+ utils(utilities 的缩写,“工具/实用程序”)构成,意为“核心工具集”。在开源语境中常特指 GNU Core Utilities 项目,提供系统最基础的一批命令行程序实现。