Differences
This shows you the differences between two versions of the page.
| infra:howto:manage_users [2026/06/24 11:51] – created - external edit 127.0.0.1 | infra:howto:manage_users [2026/07/23 07:59] (current) – varinka | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| ===== Creating Datasets ===== | ===== Creating Datasets ===== | ||
| - | TO BE WRITTEN | + | For each user two datasets shall be created in the storage - 10G home and 100G user - in (/ |
| + | |||
| + | < | ||
| + | # creation of 10G/10G/12G home | ||
| + | zfs create -o refquota=10G | ||
| + | |||
| + | # creation of 100G/ | ||
| + | zfs create -o refquota=100G -o refreservation=100G -o reservation=120G znas1/ | ||
| + | |||
| + | # Granting permissions to both | ||
| + | chown -R ${userid}: | ||
| + | chown -R ${userid}: | ||
| + | |||
| + | </ | ||
| ===== Setting Password ===== | ===== Setting Password ===== | ||
