intermediate group: added command chroot
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@187 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
012541e375
commit
1112991cd2
1 changed files with 16 additions and 0 deletions
16
site/pages/cmd/interm/chroot.html
Normal file
16
site/pages/cmd/interm/chroot.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: page
|
||||
category-title: Intermediate commands
|
||||
category-page: intermediate
|
||||
tags: change root
|
||||
author: Gianmarco De Vita
|
||||
title: chroot
|
||||
previous-page: pages/cmd/interm/
|
||||
next-page: pages/cmd/interm/
|
||||
---
|
||||
<p>The <code>chroot</code> utility allows you to change its root directory to
|
||||
the one indicated in newroot and, if given, executes the command.</p>
|
||||
|
||||
<pre>
|
||||
Device-name:Current-position username$ chroot newroot [command]
|
||||
</pre>
|
Loading…
Reference in a new issue