my clients are getting services from servers but how to
know which client is using which service. is there any
files to keep information about these? clients used ftp,
nis, samba, apache, squid, nfs and mail services how to
know how many users got service from server side with
date,time and client system ip ?
Answer Posted / rahul wandile
Checking the logs is a good idea always.
Now for which server we need to check should be clear.
mail server --> /var/log/mail/maillog [RedHat,centos]
ssh --> /var/log/secure
apache --> /var/log/http/access.log
nfs alrady told also check in /var/log/ folder
samba and nis dont know excatly.
Also check the syslog level and the perticular server log
informations.[Eg: Tomcat keeps log in
$CATALINA_HOME/log/catalina.out which if different then
linux logs]
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What does && mean in bash?
How do you kill a process in linux?
Explain about system and user utilities?
The command ‘umask -S’
tell me something about linux commands.
How do you ask politely?
What does umask 022 mean?
What is a makefile in c?
How do you create a file?
What does the ps command do in linux?
How do I clear terminal command history?
What is mkdir m in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What Command used to lock user password?
What is the difference between find and locate command in linux?