1 个仓库
Utilities to start processes that persist beyond the current user session.
Distinct from Admin Command Executions: Candidates focus on logging or remote execution, not local session persistence (nohup).
Explore 1 awesome GitHub repository matching operating systems & systems programming · Persistent Command Executions. Refine with filters or upvote what's useful.
本项目是一套全面的基础命令行工具与标准类 Unix 实用程序集合。它为类 Unix 系统上的系统管理、文件管理与文本处理提供了基础构建块,实现了广泛的 POSIX 命令行工具。 该合集以其对底层系统操作的广泛覆盖而著称。这包括一套完整的文件系统管理工具(如创建与修改文件及目录),以及用于过滤、排序与转换数据流的专业文本处理工具包。 该项目还涵盖了多个关键的系统能力领域。其中包括用于检查硬件架构与磁盘使用情况的系统资源监控、用于管理文件权限与加密校验和的安全与访问控制,以及用于管理执行超时与环境变量的进程控制。它还提供了用于数值表达式求值的数学实用程序,以及用于二进制转 ASCII 编码的数据表示工具。
Provides the nohup utility to execute commands that continue running after logout.