Identify three differences between the shutdown and init commands.
Only shutdown broadcasts a final shutdown warning to all logged-in users.
init does not terminate all services normally. The shutdown command performs a cleaner shutdown of all services.
The shutdown command can only bring the system to the single-user milestone. The init command must be used to shut the system down to run level 0.
Only shutdown sends a shutdown message to any systems that are mounting resources from the system that is being shut down.
The shutdown command will shut the system down and turn off power; init will only shut the system down.
Submit