Jayant Verma

Jayant Verma

Working with hidden files in Linux

Hidden Files

Hidden files in Linux are the files that are not listed when the user runs the ls command. The name of a hidden file starts with a. dot(.) In Linux, not only files, but directories can be hidden as well.…

Netcat Command in Linux – A Complete Guide

$NETCAT

Nc or the Netcat command, is a networking command-line tool in Linux. It works like a port scanning tool, a security tool, a network troubleshooting tool, or a network monitoring tool. It is an important utility for system administrators to…

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