Linux

Use and examples of Named Pipes

Tags: Linux

Published on : April 6, 2019 by

Use and examples of Named Pipes

Pipe is a method for Inter Process Communication (IPC) which send output of one process to another process. As you know, pipes are of two types: Unnamed Pipes Named Pipes Unnamed Pipe An example of unnamed pipe is as follows: $ ls | wc -l Here output of first command is given as an input […]

Continue Reading...


Everything about SWAP in Linux – why do we need swapping ?

Tags: LinuxServer Management

Published on : January 14, 2019 by

Everything about SWAP in Linux – why do we need swapping ?

Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. Swap space is located on hard drives, which have a slower access time than physical memory and is […]

Continue Reading...


“SED” Options and its usage

Tags: Linuxpattern matchingsedstream editor

Published on : June 26, 2017 by

“SED”  Options and its usage

Sed – The Stream Editor A stream editor is used to perform basic text transformations on an input file. Sed command is mainly used to replace the text in a file. But it is a powerful text processing tool. Some uses of sed command are explained below with examples: Consider the text file “test” as […]

Continue Reading...


Some useful switches for “du – disk usage”

Tags: directorydisk usagedufilesLinux

Published on : June 6, 2017 by

Some useful switches for “du – disk usage”

As we know, du command is used to check the disk usage of files and folders under Linux system. There are a lot of switches available for du among which here I am trying to explain the most common switches used. As you know, one can easily checks the switches available for du by looking […]

Continue Reading...


An Introduction to AWK

Tags: awkcommandsLinuxtext processing

Published on : April 27, 2017 by

An Introduction to AWK

AWK is actually a programming language which is specially designed for processing texts. The name “AWK” is derived from the family name of its authors – Alfred Aho, Peter Weinberger, and Brian Kernighan. AWK is by default available on most Linux distributions. We can check whether it is present by using the “which” command. AWK […]

Continue Reading...


Let's Connect

Categories

Your Cart

Cart is empty.

Subtotal
₹0.00
APPLY
0
Send this to a friend