how can i give acl permission in numerical mode on linux
Answer Posted / 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 |
Post New Answer View All Answers
What would be the result of the command paste -s dog cat?
What is linux pwd (print working directory) command?
What is finger in networking?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
Explain difference between nfs soft and hard mouniting points?
How cp command works in linux?
Main configuration file and command used for NFS enabling exported directories and deamons?
Who whoami linux?
How do I clear my run history?
What is $@ in shell?
What is FC command?
How do I find hostname in linux?
What is netstat command in linux?
What is the copy command in linux?
What does execute mean in linux?