Seltsame Datei "sent" im root Verzeichnis

Rund um die Sicherheit des Systems und die Applikationen
Post Reply
mmc2000
Posts: 21
Joined: 2008-11-02 19:14
 

Seltsame Datei "sent" im root Verzeichnis

Post by mmc2000 »

Hallo,

bei uns im root Verzeichnis liegt eine Datei mit dem Namen "sent" diese Datei ist über 300 MB groß.

Hat jemand eine Ahnung was das ist und wofir man das braucht ? Handelt es sich evtl um eine Sicherheitslücke ?

Gruß

Markus
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by Joe User »

Code: Select all

head -n 40 /root/sent
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
mmc2000
Posts: 21
Joined: 2008-11-02 19:14
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by mmc2000 »

??? was bedeutet das jetzt ?
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by Roger Wilco »

Dass du dir einfach mal die ersten paar (oder meinetwegen auch die letzten paar) Zeilen der Datei anzeigen lassen sollst. -> `man head`, `man tail`, `man file`.
User avatar
rudelgurke
Posts: 409
Joined: 2008-03-12 05:36
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by rudelgurke »

Könnte das "Gesendete Mails" von einem Mail Programm sein - obwohl man dass natürlich nicht als "root" laufen lässt. Auf dem Desktop, noch weniger auf dem Server
debianfan
Posts: 165
Joined: 2002-08-17 18:40
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by debianfan »

Wenn Du als root-user z.B. Dir die letzten 20 Zeilen des Maillogfiles schicken willst, dnan machst Du ja

# tail -n20 /var/log/mail.log | mail ich@localhost

Dann wird eine Datei sent erstellt - sowas wie "gesendete Objekte"
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by Roger Wilco »

xseppelx wrote:Dann wird eine Datei sent erstellt - sowas wie "gesendete Objekte"
Mein `mail` macht so etwas nicht. Aber das mag von der konkreten Implementierung und/oder deren Konfiguration abhängen.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Seltsame Datei "sent" im root Verzeichnis

Post by Joe User »

Wenn wir endlich die Ausgabe von `head -n 40 /root/sent` bekämen, könnten wir der Ursache auch auf die Spur kommen...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Post Reply