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


Please Help Members By Posting Answers For Below Questions

What is git command?

526


Why echo is used in linux?

568


How many commands are there in linux?

559


How do I find old commands in linux?

547


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

649






What is $$ in shell script?

517


tell me something about linux commands.

553


What is the command can be run to remove all the rules in an iptable table?

577


How can we increase disk read performance in single command in Linux operating system?

687


How do I check my system performance?

569


Explain difference between nfs soft and hard mouniting points?

507


What is ls command and what it does?

556


Who unix commands?

611


What is know about grep commands?

549


What are the examples of simple command?

521