what are acl permissions..? what is automation of jobs..?
Answers were Sorted based on User's Feedback
Answer / srinivas antarvedi
acl- giving a file or permission explicitely regardless of the file owner and file group.
automation of jobs- daily or recurrent jobs can be scheduled to run at a particular time at the intervels mentioned using crontab.
->list all jobs running crontab -l
->edit the crontab crontab -e
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / karthika
to give the permission for the normal user.That may be the
read,write,execute.We can remove our permission also.
setfacl command is used for this.
setfacl -m u:karthi:rwx /var/check
|||ly we can give to group also
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / susheel narayan singh
Acl stand for access control list.
It use to allow particular user to access directory.
ex.
If we use chmod cmd to give permission on directory at that
time it will applicable for all user but if you want to
give on particular user than you will have to use "setfacl"
cmd and if you want to check what permission has given on
the folder than use "getfacl" cmd.
Another use of Acl is when you are configuring "DNS" at
that you use Acl to query for particular domain.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / raj kumar yadav
Access control list, A permission which can apply without
showing ugo permission.
Automation is crontab
| Is This Answer Correct ? | 0 Yes | 0 No |
I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)
Without Using $date -dyesterday. How I get the yesterday's date ?
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
commands regarding the adding of users into groups n different options with useradd...?
How can you see all mounted drives?
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
what are the steps for Password-less ssh
what is kernel panic error ? how will you fix it if you have face it after rebooting without the the help of rescue disk ?
How to ""Add"" not replace address to same network card other than the alias way.... ??????
How can i recover the linux system after it was crashed by step by step process..
How to apply patch for multiple servers .
How to catagories tickets in RHEL, which tickets are belong to PROBLEM, INCIDENT and CHANGE management? please given to me with examples