I have a media server which iI have migrated from Linux to BSD in an effort to learn a real Unix. I have however run into a bit of a snag. I have the need to change the file ownership of all the files on the ZFS array. I have read as much as iI could using Google and the man pages and I’m stumped.
I have used
WhichiI thought would change the permissions on the root of the array and then all the files in the sub-directories also.
I have used
chown -R steve:steve *
Which