Pradeep Jhuriya has Published 99 Articles

How to Append Contents of Multiple Files Into One File on Linux?

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 25-Jan-2023 10:24:57

23K+ Views

Introduction There are many situations where you may need to combine the contents of multiple files into one file. For example, you may have a number of log files that need to be analyzed or you may want to merge multiple text documents into one document for easy editing. On ... Read More

How to List All Connected SSH Sessions on Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:37:34

25K+ Views

Introduction Secure Shell (SSH) is a commonly used protocol for secure remote access to Linux servers. When multiple users are connected to a Linux server via SSH, it can be useful to list all connected SSH sessions for administrative or monitoring purposes. In this article, we will discuss how to ... Read More

What is a .pid File in Linux?

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:35:04

5K+ Views

Introduction On Linux, a “.pid” file is a process identification (PID) file. It is used to store the process ID (PID) of a running process. The PID is a unique number assigned to each process when it is created and is used to identify the process in the operating system. ... Read More

How to Use the mysql Client and Related Utilities in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:32:28

464 Views

Introduction MySQL is an open source relational database management system (RDBMS) that has been popular for over twenty years. It is widely used on Linux systems for both web server solutions and standalone applications. This article will provide an overview of the most commonly used MySQL utilities, including mysql and ... Read More

How to use diff Command in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:27:00

6K+ Views

Introduction The Linux operating system is based on a robust set of command line tools that allow users to easily manage and control the system. One of the most powerful and widely used command line utilities is the "diff" command. The "diff" command in Linux is used to compare the ... Read More

Linux last Command

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:18:21

5K+ Views

Introduction On Linux, the "last" command is used to display a list of users who have previously logged in to the system. This command is especially useful for system administrators who need to track user activity on a server. The last command can display a variety of information, including the ... Read More

Managing Processes in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:15:48

368 Views

Introduction In this article, we will discuss how to manage processes in Linux. A process is an instance of a program that is executed by the operating system. Understanding how to manage processes in Linux is essential for system administrators and developers working with Linux systems. One of the ... Read More

Linking to Files in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:14:02

302 Views

Introduction File linking in Linux is a powerful feature that allows users to create multiple references to the same file. This can be useful in a variety of situations, such as when you want to link to a file or when you want to share a file across multiple directories. ... Read More

Evolution of Docker from Linux Containers

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:12:00

232 Views

Introduction Docker is a powerful tool that allows developers to easily build, deploy and run containerized applications. Containers are a lightweight and portable form of virtualization that packages an application and its dependencies, making it easy to move between different environments. The evolution of Docker began with Linux Containers (LXC) ... Read More

Check if a String Contains a Substring in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 20-Jan-2023 15:10:16

360 Views

Introduction Working with strings in Linux can be a bit tricky, but with the right tools it can be a piece of cake. A common task many Linux users have to perform is to check if a string contains a specific substring. This can be done using a variety of ... Read More

Advertisements