Changes for page ZFS - The Aaron Topponce Archive


on 2024-09-01 08:48


on 2024-09-01 08:47
Summary
Details
- Page properties
-
- Content
-
... ... @@ -64,11 +64,10 @@ 64 64 65 65 --**A word of note:** the manpages get installed to /share/man/. I found this troubling. You can modify your $MANPATH variable to include /share/man/man8/, or by creating symlinks, which is the approach I took:-- 66 66 67 - --{{{# cd /usr/share/man/man8/67 +{{{# cd /usr/share/man/man8/ 68 68 # ln -s /share/man/man8/zdb.8 zdb.8 69 69 # ln -s /share/man/man8/zfs.8 zfs.8 70 -# ln -s /share/man/man8/zpool.8 zpool.8 71 -}}}--- 70 +# ln -s /share/man/man8/zpool.8 zpool.8}}} 72 72 73 73 Now, make your zpool, and start playing: 74 74