paladin256
Technical User
I created user john.doe by doing useradd -m -c "john Doe" -s /bin/false john.doe
The owner of the home directory was changed by accident. I am now trying to change it back by doing chown -R john.doe but am getting error no group doe.
How do I get the ownership set back? I have tried quotes and other things to no avail.
Thank You
The owner of the home directory was changed by accident. I am now trying to change it back by doing chown -R john.doe but am getting error no group doe.
How do I get the ownership set back? I have tried quotes and other things to no avail.
Thank You