mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-02 23:07:17 +08:00
Create exit-chroot.md
This commit is contained in:
parent
1f279ff371
commit
75221968e2
12
docs/shared/exit-chroot.md
Normal file
12
docs/shared/exit-chroot.md
Normal file
@ -0,0 +1,12 @@
|
||||
Чтобы выйти из `chroot`, выполните:
|
||||
|
||||
```bash
|
||||
exit
|
||||
```
|
||||
|
||||
Отключите виртуальные файловые системы:
|
||||
|
||||
```bash
|
||||
umount $LIN/dev{/pts,}
|
||||
umount $LIN/{sys,proc,run}
|
||||
```
|
Loading…
Reference in New Issue
Block a user