# Cleaning System Files in MacOS ```shell # Lists snapshots in the file system tmutil listlocalsnapshots / # Delete snapshots in the file system that aren't mounted tmutil deletelocalsnapshots / ``` #mac #terminal #file_system