Worried about the security of your Linux server? Learn some easy to implement tips on securing SSH and make your Linux server more secure.
Using Linux Dirname Command in Bash Scripts
The dirname command in Linux extracts the directory path from a file path. Learn some practical examples of using dirname command in bash scripts.
How to Use the Powerful Xargs Command in Linux [Explained with Examples]
xargs is one of the most powerful commands in Linux. In this tutorial, you’ll learn to use xargs command with some practical and useful examples.
Put a Timer on Your Running Commands With Timeout Command in Linux
With the timeout command you can set a time limit on running other commands and programs. If the program runs longer than the set limit, timeout kills it. Learn how to use it.
mkdir command: Create New Directories in Linux
mkdir is one of the essential Linux commands that every Linux user should know. You can create new directories using mkdir.