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 makefile in unix?
What is $@ in shell?
What is s in permission linux?
How many cmd commands are there?
Explain about refer?
How do I know my linux shell version?
How find ip address linux?
why is the tar command used?
What is the pwd command?
What is env command in linux?
What are the commands in linux?
What is finger in networking?
Explain trap command; shift command, getopts command of linux?
How can we increase disk read performance in single command in Linux?
What is the role of case sensitivity in affecting the way commands are used?