There's no official structure to follow when you start coding in go. But there're common practices that can help organizing your code specially if...
Virtual file systems VFS is the file system that resides in memory, having no physical part in disk. You probably get bored from this piece of...
This article introduces some basic concepts related to file systems. Enjoy reading :) Partitioning Any disk has to be partitioned.. why? This...
what is a file? Basically in Linux everything is a file, or simulated by files. So it's important to know how it works, how to deal with it. Linux...
Commands are executable files, think of them like that. To use a command means you need to run an executable file so you have to provide it's...