awk — Process Text by Fields
Where grep finds lines and sed edits them, awk understands that a line has columns. That one idea is why it survives: any time your data has fields — log…
Reference pages for individual Linux commands.
Where grep finds lines and sed edits them, awk understands that a line has columns. That one idea is why it survives: any time your data has fields — log…
Sooner or later a Linux machine tells you No space left on device and something stops working. This page is the sequence for finding out what filled up and getting…
cron runs commands on a schedule. It has done so since the 1970s, it is on every Linux system, and it fails in a small number of extremely predictable ways…
When a machine is slow, unresponsive, or something is running that should not be, these are the tools that tell you what is actually happening. ps takes a snapshot, top…
tar bundles many files into one. The name is short for tape archive, which explains a lot about its design — it was built for sequential tape drives in the…
systemctl is how you start, stop, inspect and configure services on any modern Linux distribution. systemd replaced the old SysV init scripts years ago and is now standard on Debian,…
ssh gives you an encrypted shell on another machine. It is the front door to every Linux server you will ever administer, and it does considerably more than open terminals…
sed is a stream editor: it reads text line by line, applies the edits you specify, and writes the result out. It is how you change text without opening an…
Where grep searches inside files, find searches for the files themselves — by name, size, age, ownership, permissions, or any combination. It also runs commands on whatever it finds, which…
Linux file permissions look cryptic for about a week and then become second nature. The whole system rests on one small idea: every file has an owner and a group,…
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
These cookies are needed for adding comments on this website.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
Jetpack's built-in visitor analytics. It records page views, referring sites, search terms, and outbound link clicks, and also carries the shared visitor-tracking library used by Jetpack Instant Search and WooCommerce Analytics.
Service URL: automattic.com (opens in a new window)
You can find more information in our Cookie Policy and Privacy Policy.