.___ ____ ___.____    .___     _____                       
|   |    |   \    |   |   |   /  _  \ ______ ______  ______
|   |    |   /    |   |   |  /  /_\  \\____ \\____ \/  ___/
|   |    |  /|    |___|   | /    |    \  |_> >  |_> >___ \ 
|___|______/ |_______ \___| \____|__  /   __/|   __/____  >
                     \/             \/|__|   |__|       \/ 


https://apps.iuli.ac.id


--

To set a quota of 10 GB for the user named foo on a ZFS dataset, run the
following command:

# zfs set userquota@foo=10G pool/home/foo

The zfs userspace command can display the quota and current space usage:

# zfs userspace pool/home/foo

To unset a quota, assign "none" as the value.
		-- Benedict Reuschling