Hi Alexzee, Thanks for the reply!
I got the logs and the details of process but when i checked utmp files to check who certainly terminated it... data isnt the human readable in notepad++. also there is no wtmp and btmp files either. Could you please help me in this ?
Are you the administrator?
To be able to read the utmp, wtmp and btmp files you have to run these commands in the terminal to view them.
last -f /var/log/wtmp
{ To open wtmp file and view its content use blow command}
last -f /var/run/utmp
{ To see still logged in users view utmp file use last command}
last -f /var/log/btmp
{ To view btmp file use same command}
Also you can run this command but you will have to run it as root to show you what is in /var/log/btm.
lastb
See this article in this link, it will help you.
In a Linux system, everything is logged in a log file under the directory called /var/log. This directory contains logs related to different services and applications. In this directory, we have some files such as utmp, wtmp and btmp. Unlike the system log files and the authentication log files...
www.thegeekdiary.com
Also you may want to look into encyrpted vaults.
This could be a security risk and
@KGIII may be able to assist you with this much better than I.