How to change to root user in linux?
3 answer(s)
Answer # 1 #
- Open the terminal. 2. Use the command
su -
and enter the root password. 3. Alternatively, usesudo -i
or prefix commands withsudo
for temporary root privileges.