"Fossies" - the Fresh Open Source Software Archive

Member "chkrootkit-0.58b/README.chklastlog" (23 Feb 2023, 1323 Bytes) of package /linux/misc/chkrootkit-0.58b.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 chklastlog - check lastlog-file for deleted information
    3 
    4    Copyright (c) DFN-CERT, Univ. of Hamburg 1994
    5 
    6    Univ. Hamburg, Dept. of Computer Science
    7    DFN-CERT
    8    Vogt-Koelln-Strasse 30
    9    22527 Hamburg
   10    Germany
   11 
   12 
   13 
   14    This program is free software; you can distribute it and/or modify
   15    it as long as you retain the DFN-CERT copyright statement.
   16 
   17    It can be obtained via anonymous FTP from 
   18    ftp://ftp.cert.dfn.de/pub/tools/admin/chklastlog/chklastlog.tar.Z
   19 
   20    This program is distributed WITHOUT ANY WARRANTY; without the IMPLIED
   21    WARRANTY of merchantability or fitness for a particular purpose.
   22 
   23    This package contains:
   24        README
   25        MANIFEST
   26        chklastlog.1
   27        chklastlog.c
   28        chklastlog.txt
   29 
   30    To create chklastlog under SunOS 4.x, type:
   31    % cc -o chklastlog chklastlog.c 
   32 
   33 
   34    To run chklastlog you need read permission on the files /var/adm/wtmp
   35    and /var/adm/lastlogin. Normally these files are world-readable and
   36    no special privileges are required to run the checker.
   37 
   38    The following is an example of the output of chklastlog.
   39 
   40    Running chklastlog on a machine with deleted lastlog-entries, under csh(1):
   41 
   42    % chklastlog
   43    user ley deleted from lastlog!
   44    % 
   45 
   46    Running chklastlog on a machine with no deleted lastlog-entries, under csh(1):
   47 
   48    % chklastlog
   49    %
   50 
   51