Difference between revisions of "Snippets"

From 6bit.ch wiki
Jump to navigation Jump to search
(Created page with "= Snippets = Check if the system requires a reboot:</br> <code>cat /var/run/reboot-required</code>")
 
Line 1: Line 1:
= Snippets =
= Debians =
 
Check if the system requires a reboot:</br>
Check if the system requires a reboot:</br>
<code>cat /var/run/reboot-required</code>
<code>cat /var/run/reboot-required</code>

Revision as of 13:15, 17 September 2025

Debians

Check if the system requires a reboot:
cat /var/run/reboot-required