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:
parent
ff190734d4
commit
aa16a7a7ec
1 changed files with 11 additions and 0 deletions
11
pages.it/common/chroot.md
Normal file
11
pages.it/common/chroot.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue