List all available zfs filesystems
Create a new ZFS filesystem
zfs create pool_name/filesystem_nameDelete a ZFS filesystem
zfs destroy pool_name/filesystem_nameCreate a Snapshot of a ZFS filesystem
zfs snapshot pool_name/filesystem_name@snapshot_nameEnable compression on a filesystem
zfs set compression=on pool_name/filesystem_nameChange mountpoint for a filesystem
zfs set mountpoint=/path/to/mount_point pool_name/filesystem_name