Hands-On System Programming with Go
上QQ阅读APP看书,第一时间看更新

Understanding files and filesystems

A filesystem is a method used to structure data in a disk, and 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.