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

Answers were Sorted based on User's Feedback



how can i give acl permission in numerical mode on linux..

Answer / pramod kumar mohapatra

setfacl -m u:username:7 filename //{it means i have given rwx}

Is This Answer Correct ?    29 Yes 1 No

how can i give acl permission in numerical mode on linux..

Answer / mahireddy

setfacl -u 666 its for full permistion
setfacl -u 646 its for others have full permestion

Is This Answer Correct ?    10 Yes 3 No

how can i give acl permission in numerical mode on linux..

Answer / susheel

[root@susheel ~]# useradd susheel
[root@susheel ~]# mkdir ballia
[root@susheel ~]# setfacl -m u:susheel:7 ballia/
[root@susheel ~]# getfacl ballia/
# file: ballia
# owner: root
# group: root
user::rwx
user:susheel:rwx
group::r-x
mask::rwx
other::r-x

Note: here 7 means rwx for susheel

Is This Answer Correct ?    6 Yes 0 No

how can i give acl permission in numerical mode on linux..

Answer / 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

More Linux Commands Interview Questions

What are the linux commands used in devops?

0 Answers  


How do you check the disk usage in Linux?

1 Answers  


1. Why "d" is postfix in almost every service name of Linux like httpd, dhcpd? 2. how to restrict su & ssh services for some users? 3. how can we configure a default gateway for 10 n/w cards in a server?

6 Answers  


what is nis server?

4 Answers   IBM,


Write a command that will display all .txt files, including its individual permission.

0 Answers  


What are the examples of simple command?

0 Answers  


Did you ever write any inerface files / profile file to support unix environment setup ?

1 Answers   HP,


how to see unallocated hard disk space on linux

12 Answers   HCL,


When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?

4 Answers  


what is the command to make a process to run in the foreground from background?

5 Answers  


you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.

0 Answers  


What is the use of finger command in linux?

0 Answers  


Categories