theshell.ch/site/pages/cmd/interm/chroot.html
bevilj a6515acdb9 order pages for navigation
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@254 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-18 20:38:56 +00:00

17 lines
408 B
HTML

---
layout: page
category-page: intermediate
category-title: Intermediate commands
tags: change root
author: Gianmarco De Vita
title: chroot
previous-page: pages/cmd/interm/cat.html
next-page: pages/cmd/interm/curl.html
---
The <code>chroot</code> utility allows you to change its root directory to
the one indicated in newroot and, if given, executes the command.<br>
<pre>
chroot newroot [command]
</pre>