You may be entering your password for the first time. This is because the password is not visible to the outside world. You can just enter it and then enter, but it is not visible...
sudo is the system's command to install software. Due to the sudo settings, you need to enter a password when executing sudo.
When entering a password on a Linux series operating system, there is no response * or specific input. This is a security mechanism of Linux that prevents others from seeing the specific number of digits of the password.
Sudo needs to provide the user password for privilege escalation. In fact, it has been entered, but it is not displayed. Just hit Enter and it will be fine.
The password is like this, it will not be displayed, but it has actually been entered. Just hit enter after typing.
The password is required because you used sudo 命令。你可以试试不要 sudo 直接 mkdir /data/db. Anyway, on your own machine, the person logged in should also be the administrator user.
You may be entering your password for the first time. This is because the password is not visible to the outside world. You can just enter it and then enter, but it is not visible...
sudo is the system's command to install software. Due to the sudo settings, you need to enter a password when executing sudo.
When entering a password on a Linux series operating system, there is no response
*
or specific input. This is a security mechanism of Linux that prevents others from seeing the specific number of digits of the password.You do not need to use sudo when executing mkdir.
Sudo needs to provide the user password for privilege escalation. In fact, it has been entered, but it is not displayed. Just hit Enter and it will be fine.
The password is like this, it will not be displayed, but it has actually been entered. Just hit enter after typing.
The password is required because you used
sudo
命令。你可以试试不要sudo
直接mkdir /data/db
. Anyway, on your own machine, the person logged in should also be the administrator user.Just hit enter after typing. The password will not be displayed.,,