Linux file system explained
1. / (The root folder)
This is the top-level directory and it contains all the other directories.
3. bin/
it contains
binaries or executables that are essential to the entire operating system.
The code for commands such as gzip, curl, wget, ls, e...
blog.harshitsaini.com3 min read