This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Failing to delete files that is hold by makegroup


Hi,

I am using rm -df <dir>

getfacl <dir>:
# file: build_insight/
# owner: jkr
# group: mkgroup_l_d
user:rwx
user:jkr:rwx
mask:rwx
other:rwx
default:user:rwx
default:group:rwx

ls -ld <dir>:
drwxrwxrwx+	18	jkr	mkgroup_	4096 Aug 21 13:08	build_insight/

I hope that you can help, I am a newbie at this unix stuff.

Thanks,
Johan Kruger
Nanoteq 
<mailto:jkr@nanoteq.co.za>
Tel (Direct)       : +27 12 672 7281
Tel (Operator)  : +27 12 672 7000
Fax                  : +27 12 665 1343 
Mobile             : +27 82 893 4770 
http:\\www.nanoteq.co.za <http://www.nanoteq.co.za/>


-----Original Message-----
From: Igor Pechtchanski [mailto:pechtcha@cs.nyu.edu]
Sent: 25 August 2003 05:00
To: Johan Kruger
Cc: cygwin@cygwin.com
Subject: Re: Failing to delete files that is hold by makegroup


On Mon, 25 Aug 2003, Johan Kruger wrote:

> Hi,
>
> Please help, on my Windows2000 machine a failed build script has left a
> directory on my machine that I am unable to delete, I have searched the
> internet, tried chmod to no avail, even tried shred. I am in a bit of
> confusion at this stage.
>
> Thanks,
> Johan Kruger

Johan,

What program do you use to delete directories?  What message are you
getting when you try to delete that directory?

If you get "permission denied", what is the output of 'ls -ld <dir>'?
What about 'getfacl <dir>'?  Who is the owner of the directory?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]