Bu bilgi lastlog
PAM modülünden gelir . İçinde /etc/pam.d/login
göreceksin
# Prints the last login info upon succesful login
# (Replaces the `LASTLOG_ENAB' option from login.defs)
session optional pam_lastlog.so
# Prints the message of the day upon succesful login.
# (Replaces the `MOTD_FILE' option in login.defs)
# This includes a dynamically generated part from /run/motd.dynamic
# and a static (admin-editable) part from /etc/motd.
session optional pam_motd.so motd=/run/motd.dynamic noupdate
session optional pam_motd.so
Satırın silent
sonuna ekleme , pam_lastlog.so
bu mesajın yazdırılmasını durdurmalıdır.
Daha acımasız bir yaklaşım, satırı tamamen yorumlamak olacaktır, ancak bu, wtmp
dosyanızı güncelleyemez ve muhtemelen en iyi şekilde kullanılamaz.
pam_lastlog
bir erkek sayfası var; tam detay için danışın.