• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

help with Mac OS X 10.4 command line interface

LtPage1

Diamond Member
So, in Terminal (OS X 10.4), I can't enter my password. I can type in text and enter commands, but as soon as it prompts me for my admin password, i can't enter text anymore in Terminal. Help!
 
Originally posted by: LtPage1
So, in Terminal (OS X 10.4), I can't enter my password. I can type in text and enter commands, but as soon as it prompts me for my admin password, i can't enter text anymore in Terminal. Help!

It doesn't echo the characters back to you, but when you're prompted for your password, key it in and press enter.

If you do a sudo -s, do you get prompted for the root password, and is the password accepted?
 
ok, now i feel silly.

it seems to accept the password, but i cant get the command im using to work. I'm trying to change my MAC address, using this command: sudo ifconfig en0 ether theaddress

i dont get a confirmation message, but it accepts it- but its still the same when i check my address in system prefs, even after a restart. what am i doing wrong?
 
Give us the exact command template you're using, including the MAC, and perhaps we can see what is going wrong. Leave sudo out of it - connect as root with sudo -s before you do this command.
 
sudo ifconfig en0 ether 00:11:24:75:9a:dd

Sorry, my programming skills are pretty much nonexistent- what do you mean by connecting as root with sudo -s?
 
Type "sudo -s" and when prompted, key in root's password. Be sure to enable the root account with /applications/Utilities/Netinfo.

Now do your ifconfig commend; leave the sudo off of it.

Does it work now?
 
Back
Top