How does a successful or failed login process works in Linux
In this article I will try to explain all the events which happens in the background after your Linux machine boots up and you make an attempt to login into the console. In my
In this article I will try to explain all the events which happens in the background after your Linux machine boots up and you make an attempt to login into the console. In my
There might be a case mostly observed while unmounting, you are unable to unmount a share even though as per your knowledge no one is accessing the share. The possible error which you might get
du command is used to find out the size of directories and files in Linux. It summarizes disk usage of each FILE, recursively for directories. But in case you want to skip out any specific
I have already written an article to configure NFS server which you can go to using the below link How to configure NFS server in Linux What is Autofs? Autofs is used to automatically
In my last article I showed you steps to configure software RAID 1 in Linux. Now in this article I will show you steps to add/remove partitions from your raid partition. While configuring RAID it is
In case you are new to the term RAID I suggest you to read the below article to get an overall knowledge on RAID as well all the levels along with their usage RAID levels
Q: Is it possible to avoid commands getting stored in history in Linux? A: Yes, you can do so in bash shell using the below method In bash there is a variable HISTCONTROL which can
Before starting with the configuration let us understand some basics on iSCSI. Starting with the abbreviation iSCSI stands for Internet Small Computer System Interface which is a block level protocol for sharing your storage devices