1. What's a File?
2. ls -l
4. drwxr-xr-x 3 mjd users 4096 2007-11-22 21:01 bin
5. Overview of Unix Filesystem Structure
6. Inodes
7. include/linux/fs.h
8. Permissions
9. Reading
12. open
13. Directories
14. open
16. drwxr-xr-x 3 mjd users 4096 2007-11-22 21:01 bin
17. One file with two names?
18. chmod
20. link
21. Links are symmetric
22. rm
25. Symbolic link
26. Thank You!