theshell.ch/site/pages/cmd/interm/chroot.html

17 lines
391 B
HTML
Raw Normal View History

---
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/
---
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>
chroot newroot [command]
</pre>