Linux Commands Tools
Linux command reference and tools: file, process, network and permission commands with the parameters people actually use, covering find, grep, ps, ss.
Linux 命令速查表 (Linux Commands) is a frequently consulted reference for developers. Keeping the reference and ready-to-use tools on one page cuts the cost of switching back and forth. All tools below run locally, are free, and need no sign-up.
Related Tools
- 🛡️Chmod CalculatorConvert between octal and rwx Unix permission notation with special bits support, showing the owner, group and other bits for secure file permissions.
- ⏰Crontab GeneratorBuild cron expressions with a visual editor and see next run times and plain-language meaning. Debug Linux crontab and Kubernetes CronJobs in seconds.
- 🔀Git CheatsheetQuick reference for common git commands like init, commit, branch, merge and rebase for daily version control workflow and day-to-day troubleshooting lookups.
- 🐳docker run to composeConvert a docker run command into docker-compose.yml with ports, volumes and env vars, so ad-hoc containers become versioned orchestration stacks you can.