Operating System

Knowledge documents in Operating System.

Search starts automatically 350ms after you stop typing.

3 documents

  • InferredUpdated 2026-08-07

    Symbolic links and the direct-run guard

    Why a path-comparison main guard silently turns false behind a symlinked path such as an npm global bin, leaving a CLI that exits 0 with no output — and how to diagnose and fix it

  • InferredUpdated 2026-07-14

    Shell Word Splitting and Quoting

    Word splitting, where the shell breaks the result of a variable expansion into multiple arguments on whitespace, and the quoting rules that prevent it