As someone may know...sometimes we screwed up and make a mess...i accidentally run a command that messed up all permissions and others on root "/".
Me goal was to run command to change permissions in local maps and got the root integrated in command...that f***ed up the box
Is there a way to recreate default permissions and others?
Now the box can't boot...
Please help and thanks in advance for support.
Best Jonas
Me goal was to run command to change permissions in local maps and got the root integrated in command...that f***ed up the box
print / -type f -print0 | xargs -0 chmod 0640
Is there a way to recreate default permissions and others?
Now the box can't boot...
Please help and thanks in advance for support.
Best Jonas