to enter the root password to become root. But today when I type this, I have to enter the password of the common user (current user). Does anyone know why this has changed? how can i change?
sudo generally asks the user running the command password, not the root password su uses the root password
su - root sudo su - current user
Обсуждают сегодня