RE: Solaris security ?

2001-03-27 Thread Gogala, Mladen
Just make sure that the non-owner performing backup has the UID 0. -Original Message- Sent: Monday, March 26, 2001 8:00 PM To: Multiple recipients of list ORACLE-L Hi guys, (With - Solaris 2.7) Do you have any solution how to allow "non owner" to perform backup ? with "tar command"

RE: Solaris security ?

2001-03-27 Thread Rao, Maheswara
UID 0 means root user. Root user by definition can access any file in the system. Rao -Original Message- Sent: Tuesday, March 27, 2001 10:41 AM To: Multiple recipients of list ORACLE-L Just make sure that the non-owner performing backup has the UID 0. -Original Message-

Solaris security ?

2001-03-26 Thread Sinardy Xing
Hi guys, (With - Solaris 2.7) Do you have any solution how to allow "non owner" to perform backup ? with "tar command" For example: myfile.txt rw--- can you solve this puzzled ? If you think I need to write a unix script would you please teaching me and showing me the steps ?