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 |
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.
1.how to know cpu information on linux system? 2.how to hardware information on linux system? 3.if we add the new user what are the files will be changed? 4.how to remove the cache in squid server ? 5.how to know ur useing 32bit r 64 bit os ? 6.at booting process at init level which file it is reads? 7.if ur system performance is show what can u do ? 8.if ur file system corrupted what can u do ? fsck also not working? 9.how did u do health check in linux? 10.how did u check system performance in linux? 11.how did u create NIS server? give me the steps ? 12.how did u add a packages in linux ? 13.how did u know depended packages for any package useing rpm how u know? 14.how did you monitor cronjobs in linux ? 15.what is the use of logroted? and how did u do ? 16.port no is already in use so what canu do for that in http? 17.how to samba configurated are not ? there are any command for that ? 18.how to create a NTP Client using commands ? not as graphical... 19.how to know how many members are using any service? like ftp are any other services? 20.what is the differences between cmp,diff,comm commands?
Which directory is closer to the top of the file system tree, parent directory or current directory?
How to Create NIS Server And NIS Client? Explain With Example?
what is difference between inetd and xinetd
I want to configure production interface and manage interface, how to configure both interfaces in Linux. please post the answers
Where is standard output usually directed?
how do i check which package has installed some command suppose ls , mkdir or whatever ???
What are the main differences between RHEL4 & RHEL5?
There are 4 network Interfaces, how can we find which one is Primary.
What is Hard mount and soft Mount?
what is meant by mysql clustering