Pradeep Jhuriya has Published 98 Articles

Kill Commands In Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:28:19

22K+ Views

Introduction On Linux, the "kill" command is used to send a signal to a process, which can be used to kill the process. The signal can be specified as a signal number or as a signal name, and the default signal is the TERM signal, which terminates the process. In ... Read More

The head and tail commands in LINUX

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:27:34

3K+ Views

Introduction The command line is a powerful tool for managing and manipulating files and directories in Linux. Two essential commands for working with text files are the “head” and “tail” commands. These commands allow users to display the beginning or end of a file, respectively. In this article, we will ... Read More

Guide to the Linux touch Command

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:25:37

441 Views

Introduction The Linux touch command is a versatile tool that allows you to create new files and update timestamps on existing files. In this guide we will explain the basic use of the touch command and some of its advanced options. We will also provide examples of how to use ... Read More

Date Command in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:24:39

14K+ Views

Introduction The "date" command in Linux is a simple but powerful tool used to display the current date and time, as well as set the system date and time. This command is extremely useful for troubleshooting and system administration tasks, and is a vital tool in understanding any Linux user. ... Read More

“Cut” Command in Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:23:27

544 Views

Introduction The "cut" command in Linux is a powerful command line utility that allows you to extract specific sections of text from a file or data stream. Whether you're working with tab-delimited files, CSV files, or just want to extract a specific range of characters, the cut command is a ... Read More

Guide to the sed Stream Editor on Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:19:20

693 Views

Introduction Sed, also known as the "stream editor", is a powerful command-line tool on Linux that allows you to perform basic text transformations on an input stream (either a file or input from a pipe). Sed is especially useful for making bulk changes to large numbers of files, or for ... Read More

Using Shebang #! in Linux Scripts

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:17:39

6K+ Views

Introduction On Linux, a shebang (#!) is a special line at the beginning of a script that tells the operating system which interpreter to use when executing the script. This line, also known as a hashbang, shabang or "sharp-exclamation", is the first line of a dash and starts with "#!" ... Read More

The nslookup Command on Linux

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:16:30

15K+ Views

Introduction The nslookup command is a tool used to query Domain Name System (DNS) servers and retrieve information about a specific domain or IP address. This command is an essential tool for network administrators and system engineers as it can be used to troubleshoot DNS issues and gather information about ... Read More

Transfer Files Between Linux Machines Over SSH

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:15:39

2K+ Views

Introduction Transferring files between Linux machines over SSH is a common task for system administrators and developers. SSH (Secure Shell) is a protocol that allows you to securely transfer files between machines, as well as remotely access and manage them. In this article, we will explore different ways to transfer ... Read More

Is There a Way to ‘uniq’ by Column on Linux?

Pradeep Jhuriya

Pradeep Jhuriya

Updated on 13-Feb-2023 17:13:44

2K+ Views

Introduction On the Linux operating system, the "uniq" command is used to remove duplicate lines from a sorted file. However, sometimes you may need to remove duplicates based on a specific column, rather than the entire row. This becomes particularly useful when working with column-based input files, such as CSV ... Read More

Previous 1 ... 3 4 5 6 7 ... 10 Next
Advertisements