문제

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

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top