Have you ever wanted to make a directory in Linux, but didn’t know how? The `mkdir` command is the answer!…
Browsing: Linux Commands
The cd command is the most basic command for working with directories in the shell. That’s because it’s used so…
Grep is a powerful tool for searching a text, Grep means “Global regular expression print”. Basically, Grep searches a text…
The `nslookup` command is a powerful tool used by system administrators and network engineers to troubleshoot DNS issues. This command…
The latest Google Chrome 59 has included a new feature headless which provides functionality to run Google Chrome without UI.…
Linux, the open-source operating system, is favored by many for its flexibility, power, and robustness. It offers a vast array…
In the realm of Linux, one of the most common yet crucial tasks is locating files containing specific text. This…
Checking the system reboot history is an important task for system administrators in Linux. Knowing when the system was last…
Discovering your Linux system’s IP address is a fundamental skill for anyone involved in network troubleshooting, server management, or cybersecurity…
Recursive search is a process by which you search for a specific string in a directory and all its subdirectories.…