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 is kill command?
How to write the output of a command to a file?
What does in makefile do?
What is the fastest way to enter a series of commands from the command-line?
What is the command to delete a file linux?
How do I run a .sh file in linux?
What is cd command used for?
Explain shift command of linux?
How many types of dos commands are there?
Why echo is used in linux?
What is mkdir p?
How do I permanently set ulimit in linux?
What is mkdir?
What is the purpose output of cd command?
How is grep so fast?