On Fri, Oct 02, 2020 at 07:55:53PM +0200, Ingo Schwarze wrote: > Daniel Jakots wrote on Thu, Oct 01, 2020 at 10:32:31PM -0400:
> > Currently daily(8) runs `df -ikl`. > By default, it does not. It only does that if you set VERBOSESTATUS. Actually, it does do it by default. One needs to set VERBOSESTATUS=0 in order to stop it from doing so. --Kurt