Summary
This lesson presents a summary of this chapter on files and directories along with some key file system terms.
We'll cover the following...
The file system interface in UNIX systems (and indeed, in any system) is seemingly quite rudimentary, but there is a lot to understand if you wish to master it. Nothing is better, of course than simply using it (a lot). So please do so! Of course, read more; as always,
ASIDE: KEY FILE SYSTEM TERMS
A file is an array of bytes which can be created, read, ...