Pergunta

I had an account name bally and had to create a new account called jbally because there was something wrong with bally.

This fixed the original issue which is not important but now when I go to save a vim file is says that it's not writable even though the the permissions show -rw----- which match another computer's permissions where vim works on.

any tips?

Thanks, Max

image one

error one

image two

error two

image three

error three

Foi útil?

Solução

Since you probably didn't change the owner of any of the files when you created the new account. You just need to change the owner.

To do this use chown to change the owner to jbally.

sudo chown -R jbally /User/bally
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top