anterus
October 21, 2024, 11:28pm
1
When creating a backup user, I accidentally ran the following commands in the /home directory
sudo chown root:root /home
sudo chmod 755 /home
I ran the commands
At the moment I am not sure if the authorizations are correct, thank you for your help.
anterus
October 21, 2024, 11:29pm
2
I don’t remember how to authorize correctly
sahsanu
October 22, 2024, 12:04am
3
If you only executed those two commands and you didn’t use -R
parameter (recursive), then no problem, /home/
dir must be owned by root:root
and 755
perms are the right ones.
1 Like
system
Closed
November 21, 2024, 12:04am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.