I just created a new user on my Debian server, but I noticed that it hasn't all privileges to write in specific folders. So, I executed the command chown -R newuser:newuser /
and it worked again.
But my question is: Is it secure to solve with this way? If not, how can I solve it? Thanks for the reply :)