|
----- 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 mailing list archive is Copyright 1997-2025 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.