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 |
Tell me command which is use for create quota database in Linux.
What is page-in and page-out in redhat linux?
i want to install XP on RHEL5 with virtualization tell me step by step configuration
will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?
You want to create a compressed backup of the users' home directories. What utility should you use?
Where is standard output usually directed?
what are the default permissions for files and folders..?
How To Hide the FTP Version?
How do display error messages instantly when command fails?
what is the gate of ftp server in redhat linux?
What is the other method of installing Linux O.S other than Text, GUI mode? Why we prefer that for installation of Linux in Real time?
What utility can you use to automate rotation of logs?