Categories
Bash Linux

Bash script basics

Bash (short for “Bourne Again SHell”) is a popular command-line shell and scripting language in Unix-like operating systems. Here are some basics of writing Bash scripts: These are some fundamental concepts to get you started with Bash scripting. You can build more complex scripts by combining these elements and using various command-line utilities. If this […]

Categories
Linux

Linux command mkdir

The mkdir command in Linux is used to create directories (folders) within the file system. You can use it to create a new directory with a specified name in the current working directory or specify a full path to create a directory at a specific location. Here’s the basic syntax of the mkdir command: Here, […]

Categories
Linux

Top 10 useful linux commands

Linux offers a wide range of commands to perform various tasks. Here are ten essential Linux commands that can be very useful for day-to-day operations: These are just a few of the many Linux commands available. To learn more about each command and their various options, you can use the man command followed by the […]