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
can any one send me one project on linux ...?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
What does uname command do?
How will you suspend a running process and put it in the background?
What daemon is used for scheduling of the commands?
How can I check the exit status of my previous command in Linux operating system?
What is the purpose output of cd command?
What could be the problem when a command that was issued gave a different result from the last time it was used?
What is p command?
How do I run a script in linux?
What is df command in linux?
What is filter command in unix?
How do you grep?
What signal is ctrl c?
Which are the linux directory commands?