/proc/pid/root/
Lien symbolique vers le répertoire racine
- Provided by: manpages-fr (Version: 4.29.1-1)
- Source: manpages-l10n
- Report a bug
Lien symbolique vers le répertoire racine
$ PS1='sh1# ' unshare -Urnm;
sh1# mount -t tmpfs tmpfs /etc; # Mount empty tmpfs at /etc
sh1# mount --bind /usr /dev; # Mount /usr at /dev
sh1# echo $$;
27123
$ PS1='sh2# ' sudo sh;
sh2# ls /etc | wc -l; # In initial NS
309
sh2# ls /proc/27123/root/etc | wc -l; # /etc in other NS
0 # The empty tmpfs dir
sh2# ls /dev | wc -l; # In initial NS
205
sh2# ls /proc/27123/root/dev | wc -l; # /dev in other NS
11 # Actually bind
# mounted to /usr
sh2# ls /usr | wc -l; # /usr in initial NS
11
La traduction française de cette page de manuel a été créée par Christophe Blaess <https://www.blaess.fr/christophe/>, Stéphan Rafin <stephan.rafin@laposte.net>, Thierry Vignaud <tvignaud@mandriva.com>, François Micaux, Alain Portal <aportal@univ-montp2.fr>, Jean-Philippe Guérard <fevrier@tigreraye.org>, Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>, Julien Cristau <jcristau@debian.org>, Thomas Huriaux <thomas.huriaux@gmail.com>, Nicolas François <nicolas.francois@centraliens.net>, Florentin Duneau <fduneau@gmail.com>, Simon Paillard <simon.paillard@resel.enst-bretagne.fr>, Denis Barbier <barbier@debian.org>, David Prévot <david@tilapin.org>, Jean-Paul Guillonneau <guillonneau.jeanpaul@free.fr> et Lucien Gentis <lucien.gentis@waika9.com>
Cette traduction est une documentation libre ; veuillez vous reporter à la GNU General Public License version 3 concernant les conditions de copie et de distribution. Il n'y a aucune RESPONSABILITÉ LÉGALE.
Si vous découvrez un bogue dans la traduction de cette page de manuel, veuillez envoyer un message à debian-l10n-french@lists.debian.org.