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
How do you limit memory usage for commands?
How do you check which file consuming more space in linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
How do I get to root directory in linux?
Explain the ‘ls’ command in linux
What is env command in linux?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
What does the ps command do in linux?
Which command is used to see the online manual?
How do you create a file?
How do I list all processes in linux?
What is whois command in linux?
What is file and example?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is bc command in unix?