root
. Windows has an administrative user called
Administrator
(and may have other users with
administrative privileges).
The administrative user has the "power" to make any and all changes to the system.
init
command) require that you have root
privilege.
You can gain root privilege for a command by using the
sudo
command. For example, on Ubuntu, you can type:
sudo init
. (Note: For Redhat, you will need to specify the
full pathname /sbin/init
.)
Copyright 2019