rnapoles07
‎08-10-2022
New Contributor

Joined: August 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,I want to shut down a group of mac minis at 9 PM using a cronjob. I have this written, but not useful. Would anyone have any advice on how to implement a script for this?command being used:Sudo crontab -ii* 21 * * * /sbin/shutdown -h nowEsc:wq