Concept Flow - df (disk free space)
Run 'df' command
System reads disk info
Calculate used and available space
Format output in columns
Display output to user
User reads disk space info
The 'df' command runs, system gathers disk usage info, formats it, and shows it to the user.