81077/how-to-give-the-read-power-of-a-folder-in-linux-system
Hi Guys,
I have created one user in my system. But this user don't have the permission to read /root folder. Can anyone tell me how can I give read power to any user of /root folder?
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/
Hi@akhtar, If you prefer using the command line, ...READ MORE
To list all the groups groups or to list ...READ MORE
Hi@MD, On Linux, group information is held in the /etc/group file. ...READ MORE
Hi@akhtar, In Linux, different users have different roles ...READ MORE
Hi@akhtar, You got this error because your user ...READ MORE
Hi@akhtar, You can use chmod command to remove ...READ MORE
Hi@akhtar, Linux system has one command named chown. This ...READ MORE
Hi@akhtar, You can use ls command to check ...READ MORE
Hi@akhtar, You can use chgrp command in your ...READ MORE
OR
Already have an account? Sign in.