Category Linux

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,…