A Beginner’s Guide to the Linux ‘strings’ Command with Five Practical Examples

Looking inside a binary/executable file to grab human-readable strings isn’t the kind of work that everybody does, but what if you are asked to do this? Opening the file in an editor, and manually looking for stuff isn’t an elegant solution. So, what to do? Yes, you guessed it right – there exists a command line utility that does this for you.

Beginner’s Guide to the Linux `sum` Command: Tips and Examples

As you start spending more and more time working on the Linux command line, you tend to learn utilities that aren’t very frequently used. Once such tool is sum, which only offers two features: display checksum and block count for input files. In this short tutorial, we will quickly discuss the basics of sum using some easy to understand examples.

Beginner’s Guide to Using the ‘users’ Command in Linux (with Examples)

Sometimes, while working on the Linux command line, you might want to quickly check which all users are currently logged in to the system. Well, there’s a built-in Linux command line utility that lets you do this easily. The tool in question is ‘users’, and in this tutorial, we will discuss the basics of it using some easy to understand examples.

Beginner’s Guide to the Linux ‘yes’ Command: Step-by-Step Examples

Most of the Linux commands you encounter do not depend on other operations for users to unlock their full potential, but there exists a small subset of command line tool which you can say are useless when used independently, but become a must-have or must-know when used with other command line operations. One such tool is yes, and in this tutorial, we will discuss this command with some easy to understand examples.