Link to home
Start Free TrialLog in
Avatar of kaka123
kaka123

asked on

Is there a way to find out who have deleted a recent data from that server and laso where is the sulog is stote

 
Hi ,

Is there a way to find out who have deleted a recent data from that server and laso where is the sulog is stored .or is there any other way to find that information ..I see in the .sh_bash_history that tell me that the rm -Fr commands have been run against those dir ...But i can't say for certain .. ..
ASKER CERTIFIED SOLUTION
Avatar of cedarghost
cedarghost
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kaka123
kaka123

ASKER

# updatedb
-bash: updatedb: command not found
 # locate sulog
-bash: locate: command not found
# cat /etc/issue
# cat /etc/SuSE*
SUSE LINUX Enterprise Server 9 (i586)
VERSION = 9
PATCHLEVEL = 3

Avatar of jkr
If you can't 'locate', try

find / -name sulog -print
Avatar of kaka123

ASKER

it did not find anything ...
Try a wildcard:

find / -name "sulog*" -print
Avatar of kaka123

ASKER

nothing
Avatar of kaka123

ASKER

may be it is not setup ??is there any other log file that i can check??
What version of Linux?
>> may be it is not setup ??

If nothing is found, this is very likely.
Avatar of kaka123

ASKER

SUSE LINUX Enterprise Server 9 (i586)
VERSION = 9
PATCHLEVEL = 3