Category Tutorials

The who Command in Linux – An Easy Guide

Who Command

The who command in Linux gives you information about the currently active users. In this tutorial, we will learn how to use this command. We will also learn about a list of options available along with the who command. Let’s…

whereis command in Linux

Whereis command in linux

The whereis command helps you to find the source files, binary files, and manuals sections for Linux commands. It locates the desired program in the standard Linux places, and in the places specified by $PATH and $MANPATH. In this tutorial,…

Learning about the whatis command in Linux

Whatis

The Whatis command returns a small one-line description for Linux commands. It gets this description from the command’s man-page. “whatis” searches for the argument that you pass along with it and returns the one-line description from the man-page wherever there…