Forrest logo
back to context overview

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 on
    try on your machine
    explain this command
  • systemsetup:tldr:852aa systemsetup: Specify a new startup disk.
    $ systemsetup -setstartupdisk ${path-to-directory}
    try on your machine
    explain this command
  • systemsetup:tldr:86e2e systemsetup: Specify timezone, NTP Server and enable network time.
    $ systemsetup -settimezone "${US-Pacific}" -setnetworktimeserver ${us-pool-ntp-org} -setusingnetworktime on
    try on your machine
    explain this command
  • systemsetup:tldr:a8918 systemsetup: Enable remote login (SSH).
    $ systemsetup -setremotelogin on
    try on your machine
    explain this command
  • systemsetup:tldr:af2b0 systemsetup: List valid startup disks.
    $ systemsetup -liststartupdisks
    try on your machine
    explain this command
back to context overview