mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run command as new root directory:
|
||||
|
||||
`chroot {{path/to/new/root}} {{command}}`
|
||||
`sudo chroot {{path/to/new/root}} {{command}}`
|
||||
|
||||
- Use a specific user and group:
|
||||
|
||||
`chroot --userspec={{username_or_id:group_name_or_id}}`
|
||||
`sudo chroot --userspec {{username_or_id:group_name_or_id}}`
|
||||
|
||||
Reference in New Issue
Block a user