Strange File

Hi

(my server is Ubuntu 10.04 LTS)

I recently had a (benign?) shell fork bomb incident, which I managed to correct with this command:

while (sleep 100 &!) do; done

However, my server now shows this document in my user directory, which was created at the time of the shell bomb:

sedd6GOTx

Anybody know what this might be?

I can't delete it nor can I open it with a text editor

5 Replies

@HerbertMouse:

I can't delete it nor can I open it with a text editor

Have you tried doing so as root?

James

Cheers James

Yes that is what I have done…simples javascript:emoticon(':lol:')

Give us the results of "ls -la" and "lsattr" on one of these files.

I opened the file and it was a load of bash commands that had been involved in the shell fork.

so I just cli:

seems to have resolved the issue

@HerbertMouse:

I opened the file and it was a load of bash commands that had been involved in the shell fork.

so I just cli:

seems to have resolved the issue

You told that you couldn't delete it? :shock: :roll:

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct