Why do I see "Operation was denied because the current credentials do not have the appropriate privileges" when trying to chsh?
Posted
by
alecmce
on Super User
See other posts from Super User
or by alecmce
Published on 2012-06-28T23:13:32Z
Indexed on
2012/07/09
3:18 UTC
Read the original article
Hit count: 2827
I'm setting up a new dev Macbook Pro, and trying to replace bash with zsh. I installed zsh and can run it to change shell in a session. When I use
sudo chsh -s /bin/zsh username
I get the error message:
chsh: Operation was denied because the current credentials do not have the appropriate privileges. Operation was denied because the current credentials do not have the appropriate privileges.
AFAIK I have admin privileges on the machine. What could be causing this?
© Super User or respective owner