Satish Kumar has Published 1040 Articles

Decompressing Files in Linux with Gunzip

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:45:39

446 Views

In the world of Linux, file compression is a common practice to reduce file sizes and save disk space. There are many compression algorithms available, and each has its own strengths and weaknesses. One of the most popular compression algorithms in Linux is gzip. In this article, we will explore ... Read More

Linux man Command

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:45:13

1K+ Views

Introduction In world of Linux, man command is an essential tool for anyone who is serious about using command line interface. It stands for "manual", and it is a built-in help system that provides users with detailed information on how to use various Linux commands. In this article, we will ... Read More

How to Count Number of Files in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:44:32

25K+ Views

Introduction Linux is a popular open-source operating system used by millions of users worldwide. One of most common tasks in Linux is to count number of files in a directory. Counting number of files is an essential operation when dealing with large data sets and is also useful when cleaning ... Read More

Ifconfig Command in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:43:35

431 Views

Introduction ifconfig command is an important tool used in Linux operating system for network administration. It is a command line utility that is used to configure network interfaces and display network interface parameters. In this article, we will discuss ifconfig command in detail, including its syntax, options, and usage. Syntax ... Read More

Remove Blank Lines From a File in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:43:02

10K+ Views

Introduction When working with files in Linux, it is common to come across files that contain blank lines. These blank lines can make it difficult to read file, especially when dealing with large files. In this article, we will discuss different methods to remove blank lines from a file in ... Read More

Guide to chgrp Command in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:41:26

8K+ Views

Introduction In Linux, chgrp command is a useful tool for changing group ownership of files and directories. It is an important command for system administrators who need to manage user permissions and access control on a Linux system. chgrp command is also useful for collaborative work where users need to ... Read More

Introduction to tee Command in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:40:47

285 Views

Introduction The tee command is a commonly used command in Linux. It is a simple yet powerful command that is used to read standard input, then write it to a file, and also to standard output. tee command takes its name from T-splitter used in plumbing, which splits a stream ... Read More

How to Kill a Background Process in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:40:12

12K+ Views

Linux is a powerful and flexible operating system that is popular among developers and system administrators. One of benefits of Linux is that it allows users to run multiple processes simultaneously, which can increase productivity and efficiency. However, sometimes a background process may become unresponsive or cause system performance issues. ... Read More

Linux ping Command

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:39:24

13K+ Views

Introduction In world of networking, ability to check if a networked device is reachable or not is a basic requirement. One of tools that can help us achieve this is ping command. ping command is a tool that sends a signal to a specified networked device, and then waits for ... Read More

How to find number of RAM Slots in Linux

Satish Kumar

Satish Kumar

Updated on 24-Mar-2023 15:38:36

7K+ Views

Random Access Memory (RAM) is an essential component of any computer system. It stores data that processor uses frequently to speed up processing of programs and applications. As number of RAM slots available on a computer determines maximum amount of RAM that can be installed, it is important to know ... Read More

Advertisements