У вас большие запросы!
Точнее, от вашего браузера их поступает слишком много, и сервер VK забил тревогу.
Эта страница была загружена по HTTP, вместо безопасного HTTPS, а значит телепортации обратно не будет.
Обратитесь в поддержку сервиса.
Вы отключили сохранение Cookies, а они нужны, чтобы решить проблему.
Почему-то страница не получила всех данных, а без них она не работает.
Обратитесь в поддержку сервиса.
Вы вернётесь на предыдущую страницу через 5 секунд.
Вернуться назад
How do I find my sudo password in Ubuntu?
The procedure to change the root user password on Ubuntu Linux:
- Type the following command to become root user and issue passwd: sudo -i. passwd.
- OR set a password for root user in a single go: sudo passwd root.
- Test it your root password by typing the following command: su –
What is default password for Ubuntu user?
The default password for the user ‘ubuntu’ on Ubuntu is blank.
What is Ubuntu terminal password?
Ubuntu Change Password from Command Line In Ubuntu and other Linux distributions you can change the password of a user account with the passwd command. You will be prompted to enter your current password. If the password is correct, then you will be asked to enter and confirm the new password.
Can sudo change root password?
Usually you’d use this to run stuff as root, though you can run stuff as other users too. So sudo passwd root tells the system to change the root password, and to do it as though you were root. The root user is allowed to change the root user’s password, so the password changes.
How do I Change my Ubuntu password?
What is my Sudo password?
How to change password in Ubuntu [for root and normal users]?
What is the default password for Ubuntu Server?
У вас большие запросы!
Точнее, от вашего браузера их поступает слишком много, и сервер VK забил тревогу.
Эта страница была загружена по HTTP, вместо безопасного HTTPS, а значит телепортации обратно не будет.
Обратитесь в поддержку сервиса.
Вы отключили сохранение Cookies, а они нужны, чтобы решить проблему.
Почему-то страница не получила всех данных, а без них она не работает.
Обратитесь в поддержку сервиса.
Вы вернётесь на предыдущую страницу через 5 секунд.
Вернуться назад
What is a sudo password? [duplicate]
I am prompted for a sudo password. Since I am a user at a very basic level of knowledge, I am very shaky in getting to the terminal and/or using the commands. When I am told to take the step «enter sudo command», before which I am prompted for the » sudo password», what do I do? I’ve never set a sudo password. I see from other questions that there is a facility called passwd ; surely that has to be entered at the terminal. I’ll try it.
196k 54 54 gold badges 482 482 silver badges 737 737 bronze badges
asked Nov 11, 2018 at 21:01
19 1 1 gold badge 1 1 silver badge 5 5 bronze badges
It’s asking for your own password, with the assumption that you have ‘sudo’ privileges (ie. you can elevate your privileges and super-user-do)
Nov 12, 2018 at 0:42
3 Answers 3
The sudo password is your normal user password by default in Ubuntu.
answered Nov 11, 2018 at 21:07
22.5k 8 8 gold badges 60 60 silver badges 86 86 bronze badges
This should be a comment.
Nov 11, 2018 at 21:49
@YufenyuyVeyehDider This looks OK as an answer to me.
Nov 12, 2018 at 1:53
@YufenyuyVeyehDider No. Comments are not for answers. It’s a short answer, but it answers the question.
Nov 12, 2018 at 7:26
This takes me no further forward. My copy of Ubuntu was downloaded from the internet: if I had been prompted for a password, I would have made a note of it. I remember no such prompt.
Nov 19, 2018 at 15:56
What do you mean with «downloaded from the internet»? This is the normal way.
Nov 19, 2018 at 17:33
su used to be an acronym for Super User, i.e. root but now it stands for Substitute User. Root is like the administrator on Windows. And this makes sudo an acronym of Super User DO or Substitute User DO. By default su or sudo refers to root account (unless specified) which is generally password protected. Root account is password protected in order to restrict apps/normal users to perform certain tasks which can effect the performance of system or cause security threats.
Now, the sudo password is the password you used at the time of installation. Also, whenever you enter password it is hidden, i.e. no character/bullets/stars will appear like in Windows.
answered Nov 11, 2018 at 21:25
17.6k 26 26 gold badges 67 67 silver badges 107 107 bronze badges
Thank you. Very useful from the point of view of explanation. My copy of Ubuntu was downloaded from the internet: if I had been prompted for a password, I would have made a note of it. I remember no such prompt.