- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 10:40 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 12:23 PM
Gave Users folder admin group rights to read and write to the folder Fix the issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 10:43 AM
sudo chown -R first.last /Users/first.last
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 10:45 AM
Thanks
I did that command no dice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 11:16 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 11:37 AM
I was incorrect I'm unable to touch home folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 08-01-2012 12:23 PM
Gave Users folder admin group rights to read and write to the folder Fix the issues.
