This document provides an introduction to Unix file systems and attributes. It discusses inodes, hard links created using the ln command, the umask command for setting default file permissions, and using the find command to search for files based on various criteria like name, size, permissions and more. Examples are given for using ln to create hard links, viewing inode numbers and link counts, setting umask, and searching with find. Exercises are included to practice using find to locate files based on attributes.