Linux Commands Ref — Free Online Tool

Search Linux commands + examples.. Linux Commands Ref is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading Linux Commands Ref

How to use Linux Commands Ref

Search for a command or task to find the right Linux utility, its common flags and a ready example you can adapt for files, processes, text or networking.

Frequently asked questions

What is the difference between grep and find?

grep searches inside file contents for matching text, while find locates files and directories by name, type, size or other attributes.

How do I see running processes?

ps aux lists all processes, and top or htop show them live with CPU and memory usage that updates in real time.

How do I change file permissions?

chmod sets read/write/execute bits (e.g. chmod 755 file) and chown changes the owner and group of a file or directory.

More Developer Tools

Regex Cheatsheet
Regex patterns with live test.
HTTP Headers Ref
Common request/response headers.
Color Names Ref
CSS named colors palette.
Lorem Ipsum Advanced
Words/sentences/paragraphs generator.
Hash Generator Advanced
MD5/SHA1/SHA256/SHA512 side-by-side.
Color Gradient CSS
Linear/radial/conic gradient generator.

← View all Developer Tools