Sorry, be aware that the displaied proc works on /etc before to try anything !!
Dan

------
Blog: http://bsd.gaoxio.com - Repo: https://code.5mode.com

Please reply to the mailing-list, leveraging technical stuff.

Apr 8, 2025 11:27:43 Dan <d...@nnnne-o-o-o.com>:

> 1) an error handled ~ error prone unmounting proc:
> 
> unmountEtc() {
> (set +e;trap 'umount -f "/etc"' 0 1 2 3 5 7 10 15;sleep 5) || return
> }
> unmountEtc

Reply via email to