ioreg -p IODeviceTree -n "battery" -w 0 | grep IOBatteryInfo
hdiutil makehybrid -iso -o /path/to/make/your/iso/file.iso /directory/of/the/source/dmg/files/
sudo find . -flags uchg -exec chflags nouchg {} \;
or
sudo chflags -R nouchg .
fsaclctl controls the
ACL on the specific path.
usage: fsaclctl -p path | -a [-e enable] [-d disable] [-v]
-p path to filesystem mount point
-a operate on all relevant volumes
-e enable access control lists on this filesystem
-d disable access control lists on this filesystem
-v print version
Back to top
Discussion