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

13 lines
390 B
Markdown
Raw Normal View History

2019-02-08 23:14:29 +01:00
# chroot
> Esegui un comando o una shell interattiva con una speciale directory root.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/chroot-invocation.html>.
2019-02-08 23:14:29 +01:00
- Esegui un comando con una diversa directory root:
2019-02-08 23:14:29 +01:00
`chroot {{/percorso/della/nuova/root}} {{comando}}`
2019-02-08 23:14:29 +01:00
- Specifica utente e gruppo (ID o nome) da usare:
`chroot --userspec={{utente:gruppo}}`