mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
chroot: add Italian translation.
This commit is contained in:
committed by
Starbeamrainbowlabs
parent
ff190734d4
commit
aa16a7a7ec
@@ -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}}`
|
||||
Reference in New Issue
Block a user