Results 1 to 5 of 5
Hi,
In Bash trying to log in as root, (su)
I get the response:
Password:
But typing does not enter any characters
Really odd, can you help?? (Debian Etch)...
- 11-21-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 13
SU command - no keyboard response
Hi,
In Bash trying to log in as root, (su)
I get the response:
Password:
But typing does not enter any characters
Really odd, can you help?? (Debian Etch)
- 11-21-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
Characters are not echoed to the screen for passwords, so there is not supposed to be anything showing up on the screen.
Go ahead and enter your password as if it were showing, then press ENTER.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-22-2008 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 13
Ah, thanks.
But...Im now logged in as superuser and trying to add a line to the etc/apt/sources.list (for installing Opera) but it won't let me save to that file (read only lock)
How do I enable it for write??
Thanx Richard
- 11-22-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
as regular user, go to a terminal, su to root, then edit your file:
...enter root passwordCode:su
...you can substitute another editor such as nano if you prefer it over vi.Code:vi /path/to/file
If it doesn't work using the su command, try using su - as the command:
Code:su -
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 11-23-2008 #5Just Joined!
- Join Date
- Nov 2008
- Posts
- 13
Ah thanks- saving all these tips!


Reply With Quote
