Hello all.
I'm taking an A+ class & heard about Linux and wanted to try it, but I needed a small version I could run because I didn't think I had room on my hard drive so I chose to put Porteus on a USB thumbdrive. I'm a complete newb to Linux but I'm trying to learn & even picked up 2 big books at the Library to help me learn.
Anyways, I tried going into terminal & entering sudo passwd root to make myself a root/superuser. I get a prompt for a password after some text, but I can't enter anything. I have no idea why. I managed to change to root yesterday but don't remember how. Any suggestions on this or alternative way to login as root? I'm currently trying working on how to get Porteus to save my changes & I believe I have to be root to do so.
I really appreciate any help, Thanks!
Can't enter root password in terminal
-
- Ronin
- Posts: 1
- Joined: 26 Sep 2021, 22:11
- Distribution: Porteus
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Can't enter root password in terminal
In terminal do this.
The password is toor.
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest#
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Can't enter root password in terminal
Porteus saves changes as Guest.Big Senpai wrote: ↑26 Sep 2021, 22:42I'm currently trying working on how to get Porteus to save my changes & I believe I have to be root to do so.
If you have Porteus on a USB drive formatted as FAT32 you can create a save.dat file using Porteus's SaveFile Manager. To create that does require the root password but saving changes to it does not.
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Can't enter root password in terminal
The password is not displayed.Big Senpai wrote: ↑26 Sep 2021, 22:42I get a prompt for a password after some text, but I can't enter anything.
Type the root password -- you will not see what you have entered -- and hit enter.
The terminal should have changed now from
guest@porteus:~$ to root@porteus:/home/guest#