Tagged Questions
2
votes
2answers
184 views
Bash Process Substitution does not work as 'root' on OS X
OS X 10.6.8, if I use Bash Process Substitution as 'root', it just doesn't work.
Is it supposed to be so?
Why?
Note: here's what I mean... "<(list)"
mysql -D robottinosino < <(echo ...
1
vote
2answers
77 views
How can I install programming tools in the root directory so that they can be used by non-admin users?
I'm running OS X and for security reasons my main account does not have admin privileges. How can I install development tools in the root directory so that they can be used by all users? If this can't ...
11
votes
6answers
1k views
Is there a root password on OS X and Ubuntu?
When you setup a new Ubuntu or OS X installation a user is generally created for you. On OS X it is whatever username you pick. On Ubuntu (the server version) usually the ubuntu user is created.
The ...