Hey all, I am experiencing a root user acts as a normal user. After I installed Debian 13, root account can not access administrator files unless using the “sudo” command. Even to add a user I have to use sudo command first. What shall I do?
1 Like
Hi @tad
Can you share screenshots or photos of what you describe above. Would be happy to help.
This is a classic quirk in modern Debian systems. You are likely using the su command to switch to the root user.
Use Type su - (with the hyphen) instead of just su.
1 Like
+1 @Blue_bird
1 Like
