Hitesh Shah
8th June 2002, 15:49
Currently ERP has been implemented on unix. There are certain files which we wish that
nobody withour requisite permission should access .
We know that 'chmod' and file access permissions can work . However the people to be
restricted are the ones with root password (Root password is shared with entire IT team).
I wish to know how best I can restrict the access to these files (not even read permission)
1. Can 'setfacl' prevent root's access to these files
2. Currently we can login as root only from server console and not any other PC . Can we do similar
thing for 'su' also.
3. How far sulog and syslog can help
4.Can we use any encryption tools to encrypt the files automatically (once saved). If yes what
are the encryption tool / techniques available .
5.What is 'make'/ 'makefile'.
6. Can any shellscripts be written to prevent the access to these files by unauthorised people.
nobody withour requisite permission should access .
We know that 'chmod' and file access permissions can work . However the people to be
restricted are the ones with root password (Root password is shared with entire IT team).
I wish to know how best I can restrict the access to these files (not even read permission)
1. Can 'setfacl' prevent root's access to these files
2. Currently we can login as root only from server console and not any other PC . Can we do similar
thing for 'su' also.
3. How far sulog and syslog can help
4.Can we use any encryption tools to encrypt the files automatically (once saved). If yes what
are the encryption tool / techniques available .
5.What is 'make'/ 'makefile'.
6. Can any shellscripts be written to prevent the access to these files by unauthorised people.