sdiff command in Linux with examples
The sdiff command produces a side-by-side comparison of file1 with file2. Output is shown in the format: text text Identical lines.
The sdiff command produces a side-by-side comparison of file1 with file2. Output is shown in the format: text text Identical lines.
Last post we have gone through some basics of Network administration. In this post, we will be targeting some Advance …
The intent of this post is to help the person who is going to attend the basic level of the Solaris interview.
As the number of devices, servers, and services in your business or organization increases, it is time to monitor …
Question: How to add a new volume to an existing LVM volume group. Note: This post assumes that there is an existing …
The uniq command can be used to remove the duplicate lines from a text file in Linux or Unix. The duplicate lines should …
How a Process Dies When a process dies, it either dies normally by electing to exit, or abnormally as the result of …
Processes are an instance of an executing program. In other operating systems, programs are often large, elaborate, …
Partitioning a Disk Disk partitioning allows system administrators to divide a hard drive into multiple logical storage …
Extracting Text with cut The cut command extracts columns of text from a text file or stream. Imagine taking a sheet of …
Introducing swap space concepts A swap space is an area of a disk under the control of the Linux kernel memory …