On 17/02/2024 09:52, Greg Wooledge wrote:
If so, you *could*  have data inside the /home directory
of the root file system, which is hidden by the /home file system that's
mounted over it.  You'd need to unmount /home to check.

A less intrusive way to inspect shadowed directories is bind mounts.

    mkdir /tmp/root
    mount --bind / /tmp/root

Reply via email to