Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 does && mean in bash?

1146


Why echo is used in linux?

1106


What does mkdir mean?

1175


How do I run multiple commands in linux?

1104


What is the purpose output of cd command?

1105


How do I run a bash script in linux?

1050


What is the command to delete a file linux?

1111


What does chmod 777 do?

1139


What is the best cpu stress test?

997


What is the default number of shell commands saved in the history list of .cshrc file?

1016


What is ulimit in linux?

1072


What is unix finger command?

1049


Where is command history stored in linux?

1051


What is cpu in top command?

1111


How will you suspend a running process and put it in the background?

1624