The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > Linux > SuSE
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-15-2008
sysgate's Avatar
sysgate sysgate is offline Forum Advisor  
Unix based
  
 

Join Date: Nov 2006
Location: Bulgaria
Posts: 1,323
Generally, you can look at the /var/log folder or grep recursively for a pattern, otherwise you can use "last" command to get the latest system events.
In /var/log/wtmp is the binary, the application itself doesn't writes log files, as far as I know.
The other solution could be to write custom script to intercept those commands, and to write to a custom log file and location.