Categories
Accidentally chmod 600 * in home how to fix?
Horror, I didn’t see where I was and did it chmod 600 *in the homedirectory. Rights have been broken. How to put everything back? What rights were there by default?
chmod 600 *
home
Answer the question
In order to leave comments, you need to log in
I used this sequence to bring to default (kubuntu)
sudo chown username:username . -R sudo chmod -x -R . sudo chmod u=rwX,g=rX,o=rX -R .
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question