This document provides an overview of basic Linux administration skills needed to prepare for the Linux Professional Institute's 101 certification exam. It discusses regular expressions for searching files, the Filesystem Hierarchy Standard for organizing directories, and tools for finding files on a Linux system. The tutorial covers using regular expression metacharacters like ., [], *, ^, and $ to match patterns in text. It explains the FHS specifications for separating shareable, unshareable, static, and variable files into directories like /usr, /etc, /var, and /opt. Finally, it introduces finding files using the PATH, locate, find, and whereis commands.