if you want to know if the time will change automatically in your server for each timezone event
zdump -v $(nlsadm get-timezone) | grep 2023
some Unix notes
if you want to know if the time will change automatically in your server for each timezone event
zdump -v $(nlsadm get-timezone) | grep 2023
to check if there is compression in your zpool
zfs get all | grep compress
to enable zstd compression in a pool
zfs set compression=zstd pool4tb
install-module VMware.PowerCLI -scope AllUsers -force -SkipPublisherCheck -AllowClobber
yum -y install nfs-utils
10.10.0.10:/backups /var/backups nfs defaults 0 0