What is force umount and lazy umount in Linux and which option we should use ?
Today we will see how to do force umount a partition and how to use lazy umount in case force umount fails. 1. Syntax Force umount # umount -f Lazy...
In this article, we will look at the differences between SCSI, iSCSI, and SAS and will understand in brief how they are co-related. 1. SCSI or Small Computer System Interface...
1. Introduction syslog, rsyslog, and syslog-ng are different mechanism available to capture the system logs of different hosts and provides an ability to collect them on a central server. SYSLOG...
Sometimes we need to compare different files side by side on our computer screen. Lets say you have 5 files and want to check them side by side. To achieve...
In this article, we will see how to do string and integer comparison in python. To understand this lets see an example. Here we are comparing if value of “x”...
Till now we have learned how to use variables, how to run a python script, and other small things. Suppose you want to compare if a is equal to b...