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 |
When the system is hang?Unable to login,and console is available?what is the action u will take?
difference between terminal & console?
For maintenance purpose the system will be down and up as per weekly or monthly in production mode ,what are the needed points to mind ,what are that?
What are the two settings you can change to make a system boot faster?
user trying to login the system says invalid passwd but when u see the user in the nis master the user exists so what will be the problem and how to fix it
what r the configuration files for rlogin and ssh
How to see the disk label and what information does that contains..?
When would you want to reconfigure the kernel and how would you do it?
How to repalce a failed disk?
Difference between Console and terminal
what r the daily responsibilities of u as a system administrator
10 Answers ADP, IBM, Infosys, Wipro,
If a user logs in to UNIX, it displays the desktop and then immediately logs you back out, what could be wrong?