`init 0`(is used to initiate a system shutdown in Linux.)
The command “init 0” is used to initiate a system shutdown in Linux. It is equivalent to the “shutdown” command with the parameter “0” or “halt”. When you run “init
Read more →
SQL Tech Stuff
Shutdown, log out, and reboot commands in Linux are used to manage the system’s power state and user sessions. They allow you to gracefully shut down the system, log out from the current user session, or reboot the system. Here are the commonly used commands:
The command “init 0” is used to initiate a system shutdown in Linux. It is equivalent to the “shutdown” command with the parameter “0” or “halt”. When you run “init
Read more →