![]() |
What is the default superuser password - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: What is the default superuser password (/showthread.php?tid=6591) |
What is the default superuser password - frank4360 - 11-11-2019 I am running Linuxlite from a USB stick to fix a disc problem on a PC, but I cannot run "su" or "sudo" in a terminal because I do not have the superuser password. Can someone tell me what it is? Thanks Re: What is the default superuser password - Valtam - 11-11-2019 There is no sudo password if you are running LL live. Sent from my Mobile phone using Tapatalk Re: What is the default superuser password - frank4360 - 11-11-2019 Running Code: sudo cat /dev/zero > /dev/sdb Code: bash: /dev/sdb: Permission denied Re: What is the default superuser password - Valtam - 11-11-2019 You are most likely not the owner of that drive. Try to chown it first. Sent from my Mobile phone using Tapatalk Re: What is the default superuser password - frank4360 - 11-11-2019 Thanks Jerry - good thinking!!! Re: What is the default superuser password - Valtam - 11-11-2019 Cool ![]() |