I downloaded iwork '09. I entered the command 'sudo su' is terminal and when prompted for my password I can't type in anything. all i can do is press enter. does anyone else have this problem and a way to fix it.
I downloaded iwork '09. I entered the command 'sudo su' is terminal and when prompted for my password I can't type in anything. all i can do is press enter. does anyone else have this problem and a way to fix it.
I entered the command 'sudo su' is terminal and when prompted for my password I can't type in anything. all i can do is press enter. does anyone else have this problem and a way to fix it.
You'll need to give more details than that.
Why do you need to use sudo?
I'm confused?
Why would you do "sudo su"?
Why not just "su" or "sudo command".
It was explained in the trojan distributed with the iWork '09 torrent thread, the sudo command was part of the fix to remove the trojan from the pirated software.
Stringing sudo & su together could only do nothing if you run a secure rig (e.g., your daily use account is a regular account, not a sudoer & leave the root account disabled). Especially with the influx of Windows switchers I bet there is a growing user base of people who work daily with Admin privs.
You make good points but I am not convinced. Just in having a 2 minute peek, I can see, for instance, that Admin can modify: /Library/Updates/index.plistRunning as Admin in OS X isn't anywhere close to as risky as some people make it out to be. Almost all of it's power comes from the fact that Admins are sudoers. Other than that...what.....modify Applications? OOOH! There's nothing special about that directory, it's just there for convenience. Auto-lock your System Preferences panes, and you'll be fine. I tried the "run as normal" thing for a day, and found it to be pretty useless. Oh boy, it no longer auto-fills my user name in. SNAP! The whole point of Admins is that you CAN use them as daily account. Just don't run around as root, that is something else entirely...
Using su creates security hazards, is potentially dangerous, and requires more administrative maintenance. It's not good practice to have numerous people knowing and using the root password because when logged in as root, you can do anything to the system. This could provide too much power for inexperienced users, who could unintentionally damage the system. Additionally, each time a user should no longer use the root account (e.g., an employee leaves), the system administrator will have to change the root password.