Feb 4 06:25:02 debian su[26969]: Successful su for Debian-exim by root
Feb 4 06:25:02 debian su[26969]: + ??? root :D ebian-exim
Feb 4 06:25:02 debian su[26969]: pam_unix(su:session): session opened for user Debian-exim by (uid=0)
Feb 4 06:25:02 debian CRON[26922]: pam_unix(cron:session): session closed for user root
Feb 4 06:25:02 debian su[26969]: pam_unix(su:session): session closed for user Debian-exim
Co mogą oznaczać takie wpisy.
Z tego co zauważyłem pojawiają się regularnie co dziennie o jednakowej porze.
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
Człowiek ciągle się uczy. nawet nie pomyślałbym o takiej interpretacji.
Jest w tej lokalizacji plik exim4-base - ale tego pliku lepiej nie będę ruszał.
A jest gdzieś opis tych "cyferek" co która oznacza?
m -minuty - od 0 do 59
h - godziny
dom - day of month - dzien miesiąca
mon - month - od 1-12
dow - day of week - dzien tygodnia
user - z jakiego konta
command - jakie polecenie
Dziękuję.
Jak wyłoży się kawę na ławę to wszystko staje się takie proste.
A przyznam, że miałem wpisać w Google ale uznałem skoro napisałem już tutaj to chyba lepiej ktoś mi to wytłumaczy.
A link w wiki to już rozwiewa wszystkie wątpliwości.