English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux chroot Command

Linux Command大全

Linux chroot (Full English Name: change root) Command is used to change the root directory.

The chroot command changes the root directory to the specified purpose directory.

Syntax

chroot [--help][--version][Purpose Directory][Execute Command...]

Parameter Description:

  • --help  Online help.
  • --version  Display version information.

Online Examples

Change Root Directory

# chroot /mnt/ls //Change Root Directory

Linux Command大全