Look up the syntax and options for a Linux command you forgot while working in the terminal.
Build a local offline command reference by installing the Docker image on your machine.
Embed command documentation into your own developer tools using the npm package.
Quick-reference Linux commands while browsing the web using the Chrome extension.
linux-command is a comprehensive, searchable reference collection of over 600 Linux command-line instructions, written primarily in Chinese. Linux commands are the text-based instructions you type into a terminal to control a Linux operating system, things like listing files, copying data, checking network connections, or managing processes. The problem this project solves is that memorizing hundreds of commands and their options is practically impossible, so having a fast, organized search tool is essential for anyone working on Linux systems. The project compiles detailed explanations, usage examples, and option descriptions for each command into Markdown files, then generates a static website from them so they can be browsed and searched online. It is a non-commercial, community-driven resource where the content is credited to original authors and supplemented by contributions from users across the web. Beyond the website, the project is available as an npm package (the standard way to share JavaScript tools) so developers can embed it in their own projects, and there is a Docker image for hosting your own local copy. There is also a Chrome browser extension for quick reference access while working in the browser. Someone would use this repository when learning Linux, when they cannot remember the exact syntax for a command, or when they want a local offline copy of a command reference. The project is primarily Markdown documentation, with supplementary JavaScript tooling for the search interface and website generation. It runs in any modern browser and on any platform that supports Node.js.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.