mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 17:54:48 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Create an ext4 filesystem with a volume-label:
|
||||
|
||||
`sudo mkfs.ext4 -L {{volume_label}} {{/dev/sdXY}}`
|
||||
|
||||
- Create an ext4 filesystem owned by a specific user and group:
|
||||
|
||||
`sudo mkfs.ext4 -E root_owner={{uid}}:{{gid}} {{/dev/sdXY}}`
|
||||
|
||||
Reference in New Issue
Block a user