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
How to recover /etc/passwd file and /etc/shadow file?
Which command will show you free/used memory? Does free memory exist on linux?
Which command would you use to create a file system on a new hard drive?
What is bash command?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
Who unix commands?
How does mkdir work in linux?
How to know linux os is 32 bit or 64 bit?
What are two functions the move mv command can carry out?
What is iptables command in linux?
What does cd – command do?
What is whois command?
How can I check the exit status of my previous command in Linux operating system?
What language is clang written in?
What is the command to see on which port which service is running?