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 -ior prefix commands withsudofor temporary root privileges.
Answer # 2 #
Be careful while using root access, as it can modify system-critical files.