Question

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

Was it helpful?

Solution

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top