H
H
hckn2018-09-08 19:08:26
linux
hckn, 2018-09-08 19:08:26

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?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#, 2018-09-08
@hckn

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 your question

Ask a Question

731 491 924 answers to any question