Closed olorton closed 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
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
Ah sod it, I'll just run this as sudo if I care that much.
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