RE: how to make a file writable by anybody?

2001-05-22 Thread William Rogge
When I was first taught about changing UNIX file permissions they taught me to use numbers rather than the letter method. With that in mind, there are 3 portions (owner, group and world). Permissions are granted in binary (read=4, write=2 and execute=1). So to give everyone write access you

RE: how to make a file writable by anybody?

2001-05-21 Thread Narender Akula
chmod ugo+w dbbackup_sched.dat where u user , g group, o other ... + to add, w for write. naren -Original Message- Sent: Tuesday, May 22, 2001 11:15 AM To: Multiple recipients of list ORACLE-L Hi all, How to make a Unix file writable by anybody? The file should be owned by dba, but

RE: how to make a file writable by anybody?

2001-05-21 Thread Leyden, Joseph
do chmod 666 del_base_sched.dat -Original Message- Sent: Monday, May 21, 2001 4:15 PM To: Multiple recipients of list ORACLE-L Hi all, How to make a Unix file writable by anybody? The file should be owned by dba, but also writable by non-dbas. -rw-rw-rw- 1 jcsora dba