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 0”, it sends the system into the shutdown sequence and gracefully shuts down the system, bringing it to a powered-off state. Please note that this […]
Tag: Shutdown (Log Out or Reboot System) Commands
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: