Hi@akhtar,
You can use chmod command in your Linux system. By default, no user has the permissions to read /root folder. But you can change the permission by using the below-given command.
$ chmod o+r /root/
Hope this helps you!
To learn more about Linux, it's recommended to join Linux course online today.
Thanks.