Skip to main content
Answer

Unable to write to ./ in user account

  • August 1, 2012
  • 5 replies
  • 14 views

Forum|alt.badge.img+7

I have recently bound a computer to a domain. The original user folder had a _ separating first and last name now the new account crated has a . to separate name. After logging into the new account I moved to original data into the new account. In the new bound account i'm unable to touch in the account received permission denied. I have reset the account to 755 group level. Any suggestions on how to gain access to write to write to home folder.

Thanks,

Jon Yung

Best answer by jyung

Gave Users folder admin group rights to read and write to the folder Fix the issues.

5 replies

Forum|alt.badge.img+10
  • New Contributor
  • August 1, 2012

sudo chown -R first.last /Users/first.last


Forum|alt.badge.img+7
  • Author
  • Contributor
  • August 1, 2012

Thanks

I did that command no dice.


Forum|alt.badge.img+10
  • New Contributor
  • August 1, 2012

It's not clear what "./" is referring to -- that just means the current working directory, which could be anything, really. I made the assumption that your current working directory is the user's home.

What is "./"? `pwd` will tell you.


Forum|alt.badge.img+7
  • Author
  • Contributor
  • August 1, 2012

I was incorrect I'm unable to touch home folder.


Forum|alt.badge.img+7
  • Author
  • Contributor
  • Answer
  • August 1, 2012

Gave Users folder admin group rights to read and write to the folder Fix the issues.