olorton / dotfiles

Personal dot configurations
5 stars 1 forks source link

htop-osx #6

Closed olorton closed 11 years ago

olorton commented 11 years ago

htop-osx requires root privileges to correctly display all running processes. You can either run the program via sudo or set the setuid bit:

sudo chown root:wheel /usr/local/Cellar/htop-osx/0.8.2.1/bin/htop sudo chmod u+s /usr/local/Cellar/htop-osx/0.8.2.1/bin/htop

olorton commented 11 years ago

Ah sod it, I'll just run this as sudo if I care that much.