#!/bin/bash # Enter command to show properties or leave blank for auto: # # Example: # echo MOUNT # mount | grep " on %a " # echo # echo PROCESSES # /usr/bin/lsof -w "%a" | head -n 500