how can i give acl permission in numerical mode on linux
Answer Posted / sandeep badsra
By using chmod command
for example chmod 777 <file name>
its for full permissionof the file
read =4
write =2
execute=1
user group other
7 7 7
4+2+1 4+2+1 4+2+1
r+w+e r+w+e r+w+e
other example
we give permission to user to full and give group and other
to only read and execute than
chmod 755 <file name>
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
Who am I command in linux?
How do you create a blank file in linux?
Find command can search for files by
Describe the mknod command and when you’d use it.
Which are the linux directory commands?
What does c mean in linux?
How do you create a file in linux?
How do I check my cpu speed?
Which command is used to delete a group?
How do I know my linux shell version?
What is mkdir m in linux?
How does case sensitivity affect the way you use commands?
How can I create a file with cmd?
What are different command to check ram, process and hdd of linux machine?
How many linux commands are there?