![]() |
How to type in the Terminal?
The title says it all:D
I need to type the following :sudo -s (password) cd /system/library/extensions chmod -R 755 * && chown -R root:wheel * cd .. rm extensions.mkext kextcache -a i386 -e but when it asks me for the password - I can't type it in,so does anyone know what I'm doing wrong???:-/ The whole thing is for making my audio work,I've infested the forums with threads for witch I apologize,but I'd really like to have a working mac,and without the sound it just doesn't cut it:confused: |
So, when you are in the console and use sudo for the first time, it will ask you for your password, which you probably have experienced. If I understand your issue correctly, when you type your password, nothing happens, right? Now, is it that when you type a key, nothing shows up or is it when you input your WHOLE password and hit enter, nothing happens? I ask because when using sudo and typing in your password for the first time....as you type in your password, nothing that you type in will show up...that is normal. Once you correctly type in your password and then hit enter, you should see the terminal accept your password and then you will be in superuser or root mode. Hope that makes sense. :D
|
Quote:
|
Quote:
Nice clear answer Hara Taiki. :cool: :D |
@Hara Taiki
Right to the point ;) |
the problem is that I can't type anything when I'm asked for my password:'(
I type the password,as I type - no text appears,i press enter and I get "bash-3.2#" is that supposed to happen? |
@dotzev; Do you have any strange symbols or characters in your password? If so, change your password and try again.
|
Quote:
|
Quote:
Code:
USERNAME:~ root# |
Quote:
Last login: Wed Jan 14 12:31:21 on console ians-p35-ds3l:~ ian$ sudo -s Password: bash-3.2# |