Learn Linux

How to recursively find and list the files by date in Linux
The main reason that most operating system users choose Linux over other operating systems is the freedom to explore. With Linux, you are bound to som...
Everything about Daemons in Linux
Since the Linux operating system is characterized as a multitasking operating system, a daemon is, by definition, a program that continuously executes...
Manage network security with Firewalld using command lines
Maintaining network security is key for system admins and configuring the firewall through the command-line is an essential skill to learn. The articl...
Replacing String in Bash
Bash is a UNIX shell-compatible command process whose main task is to manipulate strings conducted in a shell environment. Programmers are at times ca...
How to kill Zombie processes in Linux
A zombie process in Linux refers to those already dead processes but, in one way or another, are still present in the process table of the system. The...
Linux WC command with examples
Previously, we have written articles on various Linux commands like ls, ps, scp, history, and many more present on our website. Today, we will take a ...
35 Bash Script Examples
Bash script programming is a sequence of executable commands, carrying out numerous commands at once, task performance automation, and administrative ...
5 quick ways to kill a process in Linux
Linux Operating System provides several ways of terminating a Linux operating system process. The obvious way to stop a program is by clicking the X b...
10 ways to generate a random password on Linux
In any system environment and domain, the security of data and services accommodated by this system deserves the topmost priority. Properly securing a...