On Fri, Nov 02, 2012 at 10:48:53AM +0100, Rodrigo Rivas wrote: > On Thu, Nov 1, 2012 at 7:11 PM, Jan Steffens <jan.steff...@gmail.com> wrote: > > > The files are in subdirectories. /tmp/systemd-private-XXXXXX is bound to > > /tmp, > > /var/tmp/systemd-private-XXXXXX is bound to /var/tmp. > > > > Also you can get which directories are used by which process with the > following command: > > $ sudo grep systemd-private /proc/*/mountinfo > > I don't know if there is a proper tool to do that, though. > > -- > Rodrigo
Find the pid of the process, and findmnt can show you a pretty layout of the mount namespace: findmnt -N <pid>