![Hands-On System Programming with Go](https://wfqqreader-1252317822.image.myqcloud.com/cover/519/36698519/b_36698519.jpg)
上QQ阅读APP看书,第一时间看更新
Understanding files and filesystems
A filesystem is a method used to structure data in a disk, and a file is the abstraction used for indicating a piece of self-contained information. If the filesystem is hierarchical, it means that files are organized in a tree of directories, which are special files used for arranging stored files.