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
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What does ls mean in linux?
Which of the following tasks cannot be accomplished with the touch command?
What is the export command used for?
How do I find hostname in linux?
Who command in linux?
What is $@ in bash?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
How can you check the amount of lines in a file?
How can I check the exit status of my previous command in Linux operating system?
What does && mean in bash?
What is the use of finger command in linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
In order to display the last five commands you have entered using the fc command, you would type?
What is a makefile in linux?