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.
printenv Command in Linux: Complete Guide to Environment Variables Display and Parameters
Environment variables are one of those things that quietly control almost everything about how programs behave on Linux…
ps Command in Linux: Complete Guide to Process Status Reporting and Parameters
If top is the tool I use to watch a system live, ps is the tool I reach…
nice Command in Linux: Complete Guide to Process Priority Adjustment and Parameters
Every process on a Linux system is competing for the same limited CPU time, and the kernel’s scheduler…
ldd Command in Linux: Complete Guide to Shared Library Dependencies and Parameters
There’s a specific moment in Linux troubleshooting that every sysadmin knows: a binary that runs perfectly on one…
fg Command in Linux: Complete Guide to Foreground Process Management and Parameters
Job control is one of those shell features that’s easy to ignore for years and then suddenly becomes…
free Command in Linux: Complete Guide to Memory Usage Display and Parameters
Nothing causes more confusion for people new to Linux than opening free and seeing almost no “free” memory…
halt Command in Linux: Complete Guide to Stopping the System and Parameters
Of all the shutdown-related commands, halt is the one whose actual behavior most people get wrong — including…
kill Command in Linux: Complete Guide to Terminating Processes, Signals, and Parameters
I’ve been managing Linux servers for long enough to know that sooner or later, every admin ends up…
bg Command in Linux: Complete Guide to Background Job Control and Parameters
I remember the first time I accidentally started a long-running compile job in the foreground of an SSH…
uncompress Command in Linux: Complete Guide to Decompressing Z Files and Parameters
Every so often I stumble onto an old .Z file — usually inside some legacy archive, an ancient…