This document provides tips for manipulating the filesystem in Julia. It demonstrates how to print the working directory, change directories, make directories, copy and move files, remove files, touch files to update timestamps, get the basename or join paths, split directories or extensions, traverse folders, list directory contents, get file information like timestamps and permissions, create symbolic links, change ownership and permissions, and work with temporary files and directories. Functions demonstrated include pwd(), cd(), mkdir(), cp(), mv(), rm(), touch(), dirname(), basename(), joinpath(), splitdir(), splitdrive(), splitext(), walkdir(), readdir(), stat(), ctime(), mtime(), filemode(), filesize(), uperm(), gperm(), operm(), symlink