~ubuntu-branches/debian/sid/man-pages-it/sid

« back to all changes in this revision

Viewing changes to man8/chroot.8

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Tapparo
  • Date: 2001-04-01 15:40:28 UTC
  • Revision ID: james.westby@ubuntu.com-20010401154028-z6m3zeb44vbw7yhp
Tags: upstream-0.3.0
Import upstream version 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Traduzione italiana di Giuseppe De Marco - gdm@rebel.net
 
2
.\" 24 Settembre 1996
 
3
.\"
 
4
.\" Rick Sladkey <jrs@world.std.com>
 
5
.\" In the public domain.
 
6
.\" Pathname modified by faith@cs.unc.edu
 
7
.TH CHROOT 8 "20 novembre 1993" "Linux 0.99" "Linux Programmer's Manual"
 
8
.SH NOME
 
9
chroot \- cambia la root directory e vi esegue un programma
 
10
.SH SINTASSI
 
11
.BI chroot " directory program" " [ " "arg ..." " ]"
 
12
.SH DESCRIZIONE
 
13
.B chroot
 
14
cambia la root directory per un processo ad una nuova directory
 
15
esegue un programma l�.
 
16
.SH "VEDERE ANCHE"
 
17
.BR chroot (2)
 
18
.SH AUTORE
 
19
Rick Sladkey <jrs@world.std.com>