what are acl permissions..? what is automation of jobs..?

Answers were Sorted based on User's Feedback



what are acl permissions..? what is automation of jobs..?..

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

what are acl permissions..? what is automation of jobs..?..

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

what are acl permissions..? what is automation of jobs..?..

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

what are acl permissions..? what is automation of jobs..?..

Answer / harry

acl means access control list permissions

Is This Answer Correct ?    6 Yes 2 No

what are acl permissions..? what is automation of jobs..?..

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

Post New Answer

More Linux AllOther Interview Questions

What file should you examine to determine the defined runlevels for your system?

7 Answers  


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 ?

5 Answers   Oracle,


How to sort a file of size 2N bytes, if I have N bytes of memory?

2 Answers   Yahoo,


how to install linux OS? pls send step by step

3 Answers  


Tell me the 5 differences between Linux and Unix?

4 Answers  


what are acl permissions..? what is automation of jobs..?

5 Answers   IBM, TCS,


When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?

4 Answers   IBM,


How does the boot process[init levels] work on Linux? How is it different from Solaris?

3 Answers  


How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?

2 Answers   OnMobile,


What is the complete name of the default configuration file for LILO?

1 Answers  


Who owns the data dictionary?

2 Answers  


what is the gate of ftp server in redhat linux?

0 Answers  


Categories