Author Archives: systemadmin

How to use make command in Linux.
How To Use Make Command In Linux. This article will show you how to use the Linux make command with examples. The Linux make command is a commonly used utility...
Continue reading
How to use lspci command in Linux.
How To Use Lspci Command In Linux. In this tutorial, we will cover the lspci command syntax and show you different ways to use it. The lspci (list PCI) Linux...
Continue reading
How to use lsof command in Linux.
How To Use Lsof Command In Linux. This article will explain how to use the lsof command in Linux with examples. Introduction The lsof command stands for LiSt Open Files and...
Continue reading
How to use look command in Linux.
How To Use Look Command. The look command in Linux shows the lines beginning with a given string. This command also uses binary search if the file is sorted. If...
Continue reading
How to use let command in Linux.
How To Use Let Command. In this tutorial, we will go over the let command syntax, options, and usage examples. Bash let is a built-in command in Linux systems used...
Continue reading
How to use join command in Linux.
How To Use Join Command. Linux is an open-source operating system that provides users with a wide range of utilities and tools for managing and manipulating data. One such tool...
Continue reading
How to use jobs command in Linux.
How To Use Jobs Command. A “job” is a set of instructions or a unit of work that is assigned to an operating system for execution. In Linux, the “jobs”...
Continue reading
How to use iostat command in Linux.
How To Use Iostat Command. The iostat command in Linux is used for monitoring system input/output statistics for devices and partitions. It monitors system input/output by observing the time the...
Continue reading
How to use iconv command in Linux.
How To Use Iconv Command. iconv command is used to convert some text in one encoding into another encoding. If no input file is provided then it reads from standard...
Continue reading
How to use getopts command in Linux.
How To Use Getopts Command. Shell scripting is a powerful way to automate tasks and create custom utilities in Unix-like operating systems such as Linux. When writing shell scripts, it’s...
Continue reading