Terminal does not accept root password (just changed it)
Solution 1:
You need to enter the password of the current user (who needs to be in the admin
group unless you changed sudoers
) if you run sudo
.
PS: as other people already mentioned in the comments: you don‘t need to enable root
to run sudo
, basically you don‘t need to enable it at all.