1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

chroot: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-02-08 23:14:29 +01:00 committed by Starbeamrainbowlabs
parent ff190734d4
commit aa16a7a7ec

11
pages.it/common/chroot.md Normal file
View file

@ -0,0 +1,11 @@
# chroot
> Esegui un comando o una shell interattiva con una speciale root directory.
- 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}}`