× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'm sorry if I am giving confusing information. It stems from my ignorance.

The file type is '*TYPE1' or '*TYPE2'

I tried your suggestion below and it comes back with:

find: 001-0018 Error found running command attr/filename.typ
No such path or directory

Where filename.typ are the files into directory. There is a message for each file.

I appreciate your help with this problem.

Albert



----- Original Message -----
From: "Scott Klement" <midrange-l@xxxxxxxxxxxxxxxx>
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Subject: Re: Deleting a folder from the IFS
Date: Thu, 30 Aug 2007 15:07:45 -0500


Albert,

I have Qshell but when I try to rm the directory it tells me the
files are read only and won't delete them.

It's unclear from your description whether this means that the files
have the PC read-only flag set? (that's for compatibility with MS-DOS,
and I haven't seen anyone use it in a long time) or whether it means
that you only have read-authority (and therefore insufficient authority
to delete the objects)

You could try turning the PC read-only flag off. From QShell, the
following command should turn off the PC read-only flag on all files in
a directory:

find /path/to/myfolder -exec attr {} PC_READ_ONLY=0 \;

You could then delete them use rm -rf as before.

If it's an authority problem, you'll have to use an account with more
authority (not much I can do about that!)
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.