Re: File Deletion issue

2002-10-21 Thread Robert P. J. Day
On Mon, 21 Oct 2002, Oisin C. Feeley wrote: > On 21 Oct 2002, Russell Johns wrote: > > > H- > > > > forgive my ignorance, but I'm not understanding whats going wrong here > > ... > > essentially a large file that I own I can't delete... > > why do I not have permission to delete this file??? > >

Re: File Deletion issue

2002-10-21 Thread Oisin C. Feeley
On 21 Oct 2002, Russell Johns wrote: > H- > > forgive my ignorance, but I'm not understanding whats going wrong here > ... > essentially a large file that I own I can't delete... > why do I not have permission to delete this file??? > > [rcj@Merak2 Archive]$ rm rcj.iso > rm: cannot remove `rcj.i

Re: File Deletion issue

2002-10-21 Thread Miloslav Trmac
On Mon, Oct 21, 2002 at 11:42:09AM -0600, Russell Johns wrote: > [rcj@Merak2 Archive]$ ls -l > total 423972 > -rwxrwxrwx1 rcj xcdroast 433717248 Oct 21 10:39 rcj.iso > [rcj@Merak2 Archive]$ chown rcj.rcj rcj.iso chown u+w . You need a write right for the directory you are trying to remove

Re: File Deletion issue

2002-10-21 Thread Samuel Flory
Russell Johns wrote: H- forgive my ignorance, but I'm not understanding whats going wrong here ... essentially a large file that I own I can't delete... why do I not have permission to delete this file??? To delete a file you need write permission in the directory. Write permission to a

Re: File Deletion issue

2002-10-21 Thread Tom Eastep
Russell Johns wrote: H- forgive my ignorance, but I'm not understanding whats going wrong here ... essentially a large file that I own I can't delete... why do I not have permission to delete this file??? [rcj@Merak2 Archive]$ rm rcj.iso rm: cannot remove `rcj.iso': Permission denied [rcj@Merak

File Deletion issue

2002-10-21 Thread Russell Johns
H- forgive my ignorance, but I'm not understanding whats going wrong here ... essentially a large file that I own I can't delete... why do I not have permission to delete this file??? [rcj@Merak2 Archive]$ rm rcj.iso rm: cannot remove `rcj.iso': Permission denied [rcj@Merak2 Archive]$ chmod 777 r