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 |
What is the difference between ext3 and ext4?
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 is difference between inetd and xinetd
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
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?
what is meant by mysql clustering
How find out drivers of installed devices in linux (RHEL)?
what is difference between TFTP abd FTP?
1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?
someone already asked 'what is diff between unix & Linux' can I ask the same but more nuanced...I have 7 years app support of unix, have never seen Linux BUT need to bluff my way through in an interview i e say that I have use Linux. What are the most important things I need to know?
What are RPM?s, what do they offer?
How to check all open ports on linux machine and block unsed ports????????