- 3,708,778 Users
- 2,241,125 Discussions
- 7,840,609 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 746 On-Premises Infrastructure
- 251 Analytics Software
- 21 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 4 Hardware
- 107 Infrastructure Software
- 70 Integration
- 45 Security Software
Audit a user's logins on Linux servers

in Oracle Linux
If I wanted to keep track of a user's logins, and also what directories he/she has gone through, what steps should go through to record this type of messages?
Based on my understanding, a system can log different activities in "/var/log/messages" file according to what level of activities you want to keep.
Thanks!
0
Answers
I would not consider this a simple task. You need to look at something like termrecord or the pam tty audit module.