How to set a ACL for the user or a file?
Answers were Sorted based on User's Feedback
Answer / mahesh savalia
To set ACL for user
# setfacl -m user:<username>:rwx <filename>
To set ACL for group
# setfacl -m group:<groupname>:rwx <filename>
to check the same
# getfacl <filename>
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivas
setfacl -M u:permisons m:mask value of the permisons(rwx)
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you boot from CD-ROM?
How do you create a solaris package?
What is meant by jumpstart?
what is State database replica?
You have a boot disk under svm, the machine fails to boot and remains in ok prompt? what could be the possible reason?
What is JASS?
Custom jumpstart works on which protocol? or What basis custom jumpstart works on?
software distribution in solaris
If root file system 100% full what you have to do?
I want to Know how many LUNs are in my Solaris10 server as well as NIC cards ?
What is the difference between initialization & encapsulation in VXVM?
How do you give a user access to an application or program that needs to run as root without giving them the root password?