Transcript from the "chroot Exercise" Lesson
[00:00:00]
>> So we're gonna do an exercise together, we're going to, Make cat work in this particular scenario as well, right? So what I'm gonna have you do is you're gonna type, echo "my secret soda recipe" into secret.txt like that. Here, you can see that I have a secret.txt, right there, right?
[00:00:28] So now if I say, chroot.tash like that, this drop soon into my Linux jailed process, right? If I type ls I can see this and if I type pwd, you can see that I'm in this root directory, can't see outside of it, right?. Now if I type cat secret.txt, command not found, right?
[00:00:49] Because cat is not in here, so that's your assignment for this exercise.