81081/how-to-remove-write-permission-from-a-folder-in-linux-system
Hi Guys,
I have created one user in my Linux system. I want to remove the write permission from this folder. How can I do that?
Hi@akhtar,
You can use chmod command to remove power from a folder. This command has the capability to add power as well as remove power. I have attached the command below, you can use it.
$ chmod o-w /root
Hi@akhtar, You can use chgrp command in your ...READ MORE
Hi@akhtar, If you prefer using the command line, ...READ MORE
Hi@MD, On Linux, group information is held in the /etc/group file. ...READ MORE
What's the easiest way to create a ...READ MORE
Hi@akhtar, You got this error because your user ...READ MORE
Hi@akhtar, Linux system has one command named chown. This ...READ MORE
Hi@akhtar, In Linux, different users have different roles ...READ MORE
Hi@akhtar, You can use ls command to check ...READ MORE
Hi@akhtar, You can use chmod command in your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.