+++ mukund [linux-india] <10/01/02 11:29 +0530>: > If i run > iptables -A INPUT -s 192.168.1.1/24 -p tcp --dport 80 -j LOG > The logs are thrown at current TTY and not syslog. > BTW how to divert these logs to another file other than syslog?
Look at your syslog.conf ... *.err is redirected to console? -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #023 -**< Sub : Directories-Only ls >**- To get the ls of directories only without a listing of files in that directory: '$ls -d */' .... if you are on bash shell. You may alias a command ( alias lsd='ls -d */' ) and place it in your .profile or the sytem /etc/profile ... _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
