How to set password for terminal - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1) +--- Forum: Getting Started (https://forum.pine64.org/forumdisplay.php?fid=21) +--- Thread: How to set password for terminal (/showthread.php?tid=18860) |
How to set password for terminal - TonyMeyer - 11-12-2023 I would like to run several sudo commands in a terminal, which requires me to enter my password. But I was never prompted to enter a password, is there a default password? My pine phone came preinstalled (Manjaro-ARM, Release 21.03). RE: How to set password for terminal - zetabeta - 11-13-2023 it is good idea to check some basics before installing new images, this is for future when you install something different. https://forum.manjaro.org/t/manjaro-arm-beta34-with-phosh-pinephone-pinephonepro/144560 The premade users are: User: manjaro Password: 123456 almost all pinephone images use sudo system. it means that user password is given, not the root's password. although root user is usually not activated. RE: How to set password for terminal - shulamy - 11-13-2023 i think you have to edit the sudoers file ezik RE: How to set password for terminal - Kevin Kofler - 11-13-2023 Note that you can use sudo -i to become root in the terminal, and you can also fully enable the root account by setting a password with passwd in that root shell, or with sudo passwd in a normal user shell. |