server_reboot

Linux December 10, 2025 44 Views 1 min read
server_reboot

#!/bin/bash

# Gracefully reboot the server
sudo /sbin/reboot

Discussion (0)