
systemsetup
List of commands for systemsetup:
-
systemsetup:tldr:06b95 systemsetup: Make the machine never sleep and automatically restart on power failure or kernel panic.$ systemsetup -setsleep off -setrestartpowerfailure on -setrestartfreeze ontry on your machineexplain this command
-
systemsetup:tldr:852aa systemsetup: Specify a new startup disk.$ systemsetup -setstartupdisk ${path-to-directory}try on your machineexplain this command
-
systemsetup:tldr:86e2e systemsetup: Specify timezone, NTP Server and enable network time.$ systemsetup -settimezone "${US-Pacific}" -setnetworktimeserver ${us-pool-ntp-org} -setusingnetworktime ontry on your machineexplain this command
-
systemsetup:tldr:a8918 systemsetup: Enable remote login (SSH).$ systemsetup -setremotelogin ontry on your machineexplain this command
-
systemsetup:tldr:af2b0 systemsetup: List valid startup disks.$ systemsetup -liststartupdiskstry on your machineexplain this command