1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/common/chroot.md
2021-03-30 10:50:36 -03:00

389 B

chroot

Esegui un comando o una shell interattiva con una speciale root directory. Maggiori informazioni: https://www.gnu.org/software/coreutils/manual/html_node/chroot-invocation.html.

  • Esegui un comando con una diversa root directory:

chroot {{/percorso/alla/nuova/root}} {{comando}}

  • Specifica utente e gruppo (ID o nome) da usare:

chroot --userspec={{utente:gruppo}}