# How to fix su: Authentication failure

It's already Friday, and I'm delighted 😉 to see you here.

Another day of problem-solving, so we'll see how it goes.

## Issue

``` 
su: Authentication failure

```

This issue is encountered when trying to `su` to root.

## Fix

Use `sudo` to become root:

```
sudo -i

``` 

`su` fails with an authentication problem since the root account is blocked by default in Ubuntu, and there is no root password.

That's it 🥳🥳🥳



I'd love to connect with you at [Twitter](https://twitter.com/olanetsoft) | [LinkedIn](https://www.linkedin.com/in/olubisi-idris-ayinde-05727b17a/) | [GitHub](https://github.com/Olanetsoft)

See you next Friday in [DevOpsFriday](https://blog.idrisolubisi.com/series/devops) series. Take care!!!
