Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: HP-UX Oracle Install
Deleting with wildcards was a lesson I learned the hard way.
try this: rm *.txt
and be a little slow letting go of the shift key.
it becomes: rm *>txt
Not a pretty picture.
And then there's the duhveloper ( not me this time ) that did this
intentionally,
as root, from root.
chown myid:mygrp -R *
AIX doesn't work to well after that.
Jared
PS. This has been a few years ago. ;)
"Bellows, Bambi" <BBellows_at_usg.com>
Sent by: root_at_fatcity.com
03/01/02 10:58 AM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: RE: HP-UX Oracle Install
>Does this prevent deletions of the files or rebooting or unmounting the
> file system ?
No. What it does do is stop people from being able to specifically delete the file without wildcards. Some shops are good about not deleting with wildcards. And then there's the rest of the world.
HTH,
Bambi.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Bellows, Bambi INET: BBellows_at_usg.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Mar 01 2002 - 14:38:35 CST