Learn to use Screen command (with examples)
Screen command is a very important command that provides the ability to launch & use multiple shell sessions from a…
Screen command is a very important command that provides the ability to launch & use multiple shell sessions from a…
In this article I will discuss du & df commands. Both du & df commands are important utilities of Linux…
One of the major work of a System Administrator is User & Group Management. We have to create new users…
Every now & then we have to download files from internet, its easy id you are using GUI but CLI…
Regular expressions or regex or regexp are basically strings of character that define a search pattern, they can be used…
Hello Linux-Fanatics, this post is dedicated to those users who are just getting started with their Linux Journey. I am…
Netstat is a command line utility that tells us about all the tcp/udp/unix socket connections on our system. It provides…
Grep is a very important & powerful Linux commands. It stands for ‘Global Regular Expression Print’ & is used for…
Hello Linux-fanatics, in this tutorial we will learn to secure Grub. GRUB or Grand Unified Bootloader, is the default boot-loader for…
Hello Linux-fanatics, every now & then we must have used our RHEL/CentOS machines to play some Videos. Some of the…
Hello Linux-fanatics, in our previous tutorials we have discussed how we can redirect output of a script to a file…
Hello Linux-fanatics, In our last tutorial we learned to use READ command to take user’s Input & also learned to…
Hello Linux-fanatics, In our last tutorial we learned to use while & until loops in our scripts & now in…
In our last tutorial, we had discussed the use of for conditional statement, & now we will discuss how we…
Hello, Linux-fanatics, in our earlier tutorial we discussed advanced used of if-then-else conditional statements. In this tutorial, we will discuss…
Welcome Linux –fanatics, this is 7th tutorial in BASH scripting series. In our previous scripting tutorial, we discussed File, String &…