Hello, i?m trying to show the files in root by doing this command ?sudo ls /root? but it does nothing thanks for helping me
Hello, i?m trying to show the files in root by doing this command ?sudo ls /root? but it does nothing thanks for helping me
Try using commands like sudo ls -la / to list all files and directories, including hidden ones. Additionally, check if your file manager is set to show hidden files. If these steps don?t resolve the issue, consider reviewing your system?s configurations or permissions settings to ensure they?re not restricting access to the root files.
Unless your logged in as root user, you wont be able to access those files as they belong to root user.
When you log in as normal user, you dont have permissions to view root account