How do I become superuser on Ubuntu Linux using su/sudo?
To become a superuser (root user) on Ubuntu Linux, you can either use the su command or the sudo command. Using su: Open the terminal Type su and press Enter Enter the root user password when prompted You are now the superuser and your shell prompt should show a “#” symbol instead of “$” Using … Read more