Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Linux/Chroot Shortcut

February 15, 2020

Chroot Shortcut

Here’s a quick way to setup a chrooted environment.

mkdir /helper
for i in proc sys dev; do mount o bind /$i /helper/$i; done
chroot /helper

mkdir /helper for i in proc sys dev; do mount o bind /$i /helper/$i; done chroot /helper

Filed Under: Linux Tagged With: chroot, fast, shortcut

Have content delivered to your mail. Subscribe below.

About Me

I'm Ulysses, Cloud Engineer at Cardinal Health based in Columbus. This blog is about Linux and Cloud technology. When off the grid, I enjoy riding my electric skateboard. I've surfed, snowboarded and played the saxophone in the past. I hope you find this website helpful. It's powered by WordPress and hosted on AWS LightSail.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021