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
What is tail command in linux?
What are runlevels in linux?
What is cpu in top command?
How do I check my disk space?
How use more command in linux?
Why is linux cpu usage so high?
What is build process?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
Which daemon is used for scheduling of the commands?
Explain about refer?
Why makefile is used in linux?
Brief about the command nn?
How do I check storage on linux?
What is the export command used for?
What are the basic command in linux?