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
Seltsame Datei "sent" im root Verzeichnis
Re: Seltsame Datei "sent" im root Verzeichnis
Code: Select all
head -n 40 /root/sent
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.
Re: Seltsame Datei "sent" im root Verzeichnis
??? was bedeutet das jetzt ?
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Seltsame Datei "sent" im root Verzeichnis
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`.
- rudelgurke
- Posts: 409
- Joined: 2008-03-12 05:36
Re: Seltsame Datei "sent" im root Verzeichnis
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
Re: Seltsame Datei "sent" im root Verzeichnis
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"
# tail -n20 /var/log/mail.log | mail ich@localhost
Dann wird eine Datei sent erstellt - sowas wie "gesendete Objekte"
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Seltsame Datei "sent" im root Verzeichnis
Mein `mail` macht so etwas nicht. Aber das mag von der konkreten Implementierung und/oder deren Konfiguration abhängen.xseppelx wrote:Dann wird eine Datei sent erstellt - sowas wie "gesendete Objekte"
Re: Seltsame Datei "sent" im root Verzeichnis
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/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings 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.
Wings for Life ● Wings 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.