Category Linux

What Is Bash in Linux?

Bash is a commonly-used shell in many Linux distributions. Bash is a command interpreter.  It is a command-line–only interface containing a handful of built-in commands; it has the ability to launch other programs and to control programs that have been…

How to Learn Ubuntu Linux For Beginners

Ubuntu is a very popular Linux distribution. Many Linux beginners want to learn it but don’t know how to start. Today we will look at how to install Ubuntu system in 2 minutes. After we install it, we can use…

Hard Links and Symbolic Links In Ubuntu Linux

Hard links and symbolic links are very confusing for Linux beginners. Today we will look at the differences between these two links. Hard Links In Linux By default, every file has a single hard link that gives the file its…

Linux File System: Raw IO and Direct IO

Raw IO and Direct IO are both bypassing file system cache. Here are more details about these two IOs. This can help us understand the difference and troubleshoot easier when we get a file system issue. Difference Between RAW IO…