How to tell whether Ubuntu requires a reboot ⇥ #!/bin/bash if [ -f /var/run/reboot-required ]; then echo 'reboot required' fi link