osx - MAC Admin user seem as staff -
i began using colleagues mac , new mac. had admin rights. created account myself admin , logged in own admin account.
but when use ls -l in lets '/usr/local/cellar/' shows him this: his_account admin
when use ls -l in home directory shows me this: my_account staff
we both have administrator accounts admin, staff. have admin too. need brew install says 'error: cannot write /usr/local/cellar'
i thought because of admin-staff issue.
could solve issue?
thanks.
try starting terminal
(cmd+space, type term
, hit enter
). in terminal, type
sudo su
and see if lets become root (the superuser). if does, type
id
and see id root (or admin call it). if is, can whatever want on machine.
Comments
Post a Comment