Re: Slightly OT: How to remove an odd file...

2002-10-14 Thread Unix Tools
cd to the directory where the file exists write a perl script #!/usr/bin/perl unlink; exit(0); - Original Message - From: Brian McCann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 07:43 PM Subject: Slightly OT: How to remove an odd file... I've got

Re: Slightly OT: How to remove an odd file...

2002-10-14 Thread Giorgos Keramidas
On 2002-10-14 10:02, Unix Tools [EMAIL PROTECTED] wrote: Brian McCann [EMAIL PROTECTED] wrote: I've got an interesting question for you all. I've got a file who's name is...3 blank spaces. It shows up when I do an ls -la, and I can get it's inode # (it's in RedHat...a box I'm going

Slightly OT: How to remove an odd file...

2002-10-13 Thread Brian McCann
I've got an interesting question for you all. I've got a file who's name is...3 blank spaces. It shows up when I do an ls -la, and I can get it's inode # (it's in RedHat...a box I'm going to convert to FreeBSD real soon)...does anyone know how to remove a file based off of an inode #?

Re: Slightly OT: How to remove an odd file...

2002-10-13 Thread Rus Foster
On Sun, 13 Oct 2002, Brian McCann wrote: I've got an interesting question for you all. I've got a file who's name is...3 blank spaces. It shows up when I do an ls -la, and I can get it's inode # (it's in RedHat...a box I'm going to convert to FreeBSD real soon)...does anyone know how

RE: Slightly OT: How to remove an odd file...

2002-10-13 Thread Brian McCann
] [mailto:[EMAIL PROTECTED]] On Behalf Of Rus Foster Sent: Sunday, October 13, 2002 10:17 AM To: Brian McCann Cc: [EMAIL PROTECTED] Subject: Re: Slightly OT: How to remove an odd file... On Sun, 13 Oct 2002, Brian McCann wrote: I've got an interesting question for you all. I've got a file who's

Re: Slightly OT: How to remove an odd file...

2002-10-13 Thread paul
Brian McCann wrote: No go...here's the listing for the file...here's what happens... -rwsr-sr-x1 root root64924 Sep 2 15:24 rm rm: remove write-protected file ` '? y rm: cannot unlink ` ': Operation not permitted Any other ideas? I assume you did this as

Re: Slightly OT: How to remove an odd file...

2002-10-13 Thread Ceri Davies
On Sun, Oct 13, 2002 at 09:00:19AM -0700, paul wrote: Brian McCann wrote: No go...here's the listing for the file...here's what happens... -rwsr-sr-x1 root root64924 Sep 2 15:24 rm rm: remove write-protected file ` '? y rm: cannot unlink ` ': Operation not

Re: Slightly OT: How to remove an odd file...

2002-10-13 Thread joe
On October 13, 2002 09:00 am, paul wrote: Brian McCann wrote: No go...here's the listing for the file...here's what happens... -rwsr-sr-x1 root root64924 Sep 2 15:24 rm rm: remove write-protected file ` '? y rm: cannot unlink ` ': Operation not permitted

RE: Slightly OT: How to remove an odd file...

2002-10-13 Thread Brian McCann
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of paul Sent: Sunday, October 13, 2002 12:00 PM To: [EMAIL PROTECTED] Subject: Re: Slightly OT: How to remove an odd file... Brian McCann wrote: No go...here's the listing for the file...here's what happens... -rwsr-sr-x1 root root

Re: Slightly OT: How to remove an odd file...

2002-10-13 Thread Daniel Bye
On Sun, Oct 13, 2002 at 12:08:29PM -0400, Brian McCann wrote: Yea...did it logged on directly as root. I think what happened is someone hacked the box via anon. FTP and made this program as a back door of some kind. :-/ I was able to 'chmod +w ' it, no errors there...but it yells when I