Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Log file
Name: Truc Nguyen Date: May 16, 2007 at 09:32:44 Pacific OS: Linux CPU/Ram: 255
Comment:
Hi,
In Linux Red Hat 8.0, there is a log file to audit trails: time of log in , user, applcations, program,... Do you know what the name of file is ?
Some log files and some subdirectories for logs are there.
The main system log file is /var/log/messages.
0
Response Number 2
Name: sillygates Date: May 23, 2007 at 02:04:11 Pacific
Reply:
in linux all this stuff is logged to a facility called syslog. syslog can be configured to store this stuff anywhere, and split them in various ways, or forward the events to a remote log server.
see: /etc/syslog.conf
It has been a long time since I have seen a rh system that old, but all those entries should be in /var/log/secure by default.
if you just want to see who logged in, that is stored in a wtmp file, which is not written by syslog. To read the entries in wtmp use the command "last"
Josh Lange
0
Response Number 3
Name: sillygates Date: May 23, 2007 at 02:07:35 Pacific
Reply:
syslog is voluntary, not all applications use it, so applications that a person runs are generally not logged to files at all. You might want to look at their .bash_history in their home directory if you need to run an audit, but this is easily changable by the user
Summary: Im just wondering where the ipchains firewall log file is located? or do you have to specify a place in your ipchains rules to save logs? if so, how? thanks ...
Summary: I have wu-ftp running under redhat 6.2, everything works fine, but i am looking for a log file of some sort that would tell me who has loged on and what they did while they were here. Also, I am ...
Summary: I just installed ssh on mandrake 8.1, and was trying to figure out where it stores the log files, for login and such, if it does. I'm fairly new to linux, but trying to learn and every little thing he...