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


https://apps.iuli.ac.id


--

You can limit the depth of the displayed datasets in the "zfs list" output
using the -d parameter. To display only the first level of datasets below
mypool/usr and not the ones deeper than those, run this command:

zfs list -d 1 mypool/usr

		-- Benedict Reuschling