I im Apr 10, 2021 #2 There is no specified cron for creation /var/log/mount.today Cron runs 'periodic daily' Code: 1 3 * * * root periodic daily 'Periodic daily' runs 'periodic security', and periodic security runs /etc/periodic/security/200.chkmounts which creates the specified file. if you want to change this behaviour just add and set these options to the /etc/periodic.conf Code: # 200.chkmounts security_status_chkmounts_enable="YES" security_status_chkmounts_period="daily"
There is no specified cron for creation /var/log/mount.today Cron runs 'periodic daily' Code: 1 3 * * * root periodic daily 'Periodic daily' runs 'periodic security', and periodic security runs /etc/periodic/security/200.chkmounts which creates the specified file. if you want to change this behaviour just add and set these options to the /etc/periodic.conf Code: # 200.chkmounts security_status_chkmounts_enable="YES" security_status_chkmounts_period="daily"
OP CyberCr33p Apr 10, 2021 Thread Starter #3 Thank you. I need these information to add more details here: 254682 – quota enabled filesystem doesn't show enabled running mount command bugs.freebsd.org
Thank you. I need these information to add more details here: 254682 – quota enabled filesystem doesn't show enabled running mount command bugs.freebsd.org