Mac Tutorials - Herong's Tutorial Examples - v3.08, by Herong Yang
"Finder" Process - File Browser on Mac
This section describes 'Finder' process, which allows you to browse and manage files of your Mac, iCloud Drive, and other storage devices.
What Is "Finder" Process? - "Finder" is the process launched by the "Finder" system app, which allows you to browse and manage files of your Mac, iCloud Drive, and other storage devices.
Here is what I did about "Finder" process.
1. View "Finder" process with "ps" command.
herong$ ps -A | grep Finder 652 ?? 7:54.77 /System/Library/CoreServices /Finder.app/Contents/MacOS/Finder
2. Get resource usage info of "Finder" process. It's taking 192 MB of RAM, not too bad.
herong$ top -pid 652 ... PID COMMAND %CPU TIME #TH #WQ #POR MEM PURG CMPRS PGRP PPID 652 Finder 0.0 07:54.89 9 1 411 111M 14M 106M 652 1
3. Keep "Finder" process running. It is an important system app on the Mac computer.
Table of Contents
Macintosh OS (Operating System) History
►System and Application Processes
"nettop" - Processes Top Network Usages
►"Finder" Process - File Browser on Mac
"WindowServer" Process - Drawing Graphics on Screen
"Siri" Processes - Voice Command Interpreter
"mds" Processes - Metadata Server and Spotlight
"spindump" Processes - Dump Memory Contents
"login" Processes - Login Window and Services
"softwareupdate" Processes - Update System and Apps
"TeamsUpdater" Process from Microsoft Teams
Keychain Access - Password Manager
Keychain Access - Certificate Manager