Tagged Questions
0
votes
2answers
26 views
Upgrading from sudo 1.7.4p6 to 1.8.6p7 on OS X 10.7.5
I downloaded sudo for os x 10.7 from the following link, I followed the readme instructions, but when I call sudo -V I still get the old version number. I can see the folders related claim to have ...
0
votes
2answers
1k views
Lion Terminal remembers sudo password after quitting
I've been using Lion since its release, and I noticed today, for the first time, that Terminal did not prompt me for a password when I typed in a sudo command, if I close and reopen Terminal within ...
4
votes
2answers
4k views
Installing Homebrew on Lion
I am trying to install Homebrew on Lion but keep getting an error.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
I run the above code, which results in:
==> This script ...
5
votes
6answers
11k views
How do I open a file as root in TextEdit on Lion?
How do I open a file as root, in TextEdit? I've tried these commands as root, but TextEdit always say it's locked:
open -e /etc/apache2/httpd.conf
open -e -F /etc/apache2/httpd.conf
open -e -F -W ...