sandeep kumar


{ City } bhiwani
< Country > india
* Profession * system administrator
User No # 75245
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 9
Users Marked my Answers as Wrong # 12
Questions / { sandeep kumar }
Questions Answers Category Views Company eMail




Answers / { sandeep kumar }

Question { HCL, 9441 }

how can i give acl permission in numerical mode on linux


Answer

By using chmod command
for example chmod 777
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

Is This Answer Correct ?    9 Yes 12 No