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 is the name and path of the main system log?

3 Answers  


Which directory is closer to the top of the file system tree, parent directory or current directory?

3 Answers  


i want to install XP on RHEL5 with virtualization tell me step by step configuration

1 Answers  


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

2 Answers   Yahoo,


How to give 2 different gateway IP addresses for 2 different interfaces in same system ?

5 Answers   Toyota,






Without Using $date -dyesterday. How I get the yesterday's date ?

3 Answers   DELL,


What are the main differences between RHEL4 & RHEL5?

11 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,


what is the difference between NIS and DNS...?

5 Answers   IBM,


what is the difference between fork and thread ? and parent and child process in fork system call?

3 Answers   Satyam,


There are 4 network Interfaces, how can we find which one is Primary.

2 Answers  


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)

2 Answers  


Categories