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
Explain about document formatting?
What is the programming language for linux?
What command do you type to find help about the command who?
Which command is used to see the online manual?
Explain command grouping in linux?
Write a command that will display all .txt files, including its individual permission.
How do I check terminal history?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
How do you ask politely?
What happens to hard link when file is deleted?
How do I do a whois search?
What is cd command used for?
What does bash stand for?
How do I check my disk space?
How do I permanently set ulimit in linux?