Browsing Category
Linux
147 posts
Linux is a Unix-like operating system. It is a free and open-source operating system, which means that it is available to everyone to use and modify. Linux is used by millions of people around the world, and it is the operating system of choice for many servers, supercomputers, and embedded devices.
find Command in Linux: Complete Guide to File Searching, Filtering, and Parameters
Of every command in this series, find is the one I’ve spent the most time actually mastering, because…
touch Command in Linux: Complete Guide to Creating Files, Updating Timestamps, and Parameters
I used touch for years as nothing more than “make an empty file quickly,” and that alone justified…
pwd Command in Linux: Complete Guide to Print Working Directory and Parameters
pwd is about as small as commands get — it prints your current directory and does essentially nothing…
rmdir Command in Linux: Complete Guide to Removing Empty Directories and Parameters
rmdir is the command I reach for specifically because of what it refuses to do — it will…
rm Command in Linux: Complete Guide to Removing Files, Directories, and Parameters
I’ve lost count of how many times I’ve typed rm in a terminal, and I still remember the…
mv Command in Linux: Complete Guide to Moving and Renaming Files, Directories, and Parameters
mv is one of the first commands I ever learned, and it’s also one I’ve come to appreciate…
mkdir Command in Linux: Complete Guide to Creating Directories and Parameters
mkdir doesn’t get much respect — it’s usually the first command people learn right after cd and ls,…
ls Command in Linux: Complete Guide to Listing Files, Directories, and Parameters
I type ls more than any other command in my entire terminal history, probably by a wide margin.…
ln Command in Linux: Complete Guide to Creating Hard and Symbolic Links and Parameters
Introduction ln confused me for a long time, mostly because “link” sounds like it should mean the same…
cp Command in Linux: Complete Guide to Copying Files, Directories, and Parameters
Introduction cp seems like the simplest possible operation — duplicate a file — but I’ve been burned enough…