/tmp/etc # mount --bind /mnt/etc /tmp/etc # cat /proc/self/mountinfo | egrep '/mnt|/tmp ... /tmp/etc # mount --make-shared /tmp/etc # cat /proc/self/mountinfo | egrep '/mnt|/tmp/bin/ls | grep libc.so | awk '{print $3}' ) | \ egrep -i 'threads|nptl' Native POSIX Threads Library ... /bin/ls | grep libc.so | \ awk '{print $3}' ) | egrep -i 'threads|nptl' lin…effective capabilities: bash$ cat /proc/$$/status | egrep ... bash$ cat /proc/$$/status | egrep '^Cap(Prm|Inh|Eff)' CapInh: 0000000000000000 CapPrm: 0000001fffffffff CapEff: 000000…forms: modern REs (roughly those of egrep (1); POSIX.2 calls these "extended" REs) and obsoleteforms: modern REs (roughly those of egrep (1); POSIX.2 calls these "extended" REs) and obsolete