x2oxen wrote:What would you like to call it a Daemon?
wow, not only don't you understand what a "service" is, you don't even know what a "daemon" is. how'd you get so far without learning that?
ok it is not a service then in RHEL why we say
# service iptables start/stop/restart
is there any difference between Daemon/Service ????
tell me, ox, if it's a service (or a daemon, whatever you prefer), what process runs continuously when you use iptables?
why don't you come out and actually define what a daemon (or service) is on linux? can you do that? no, you CAN'T.
You need to consult your RHCE books again about which am sure you are not certified!
who cares what rhel/rhce/fedora say about linux?
redhat is not the only linux distribution out there! i don't need to consult any "books" because i've used linux and unix
since before redhat existed as a company! you know
NOTHING!
mudasir wrote:To clear somethings up..
iptables ---> is the service
/sbin/iptables ---> is the deamon.
you are incorrect. /sbin/iptables is
not a daemon. when you set some rules using iptables, and then you run "ps auxww", do you see iptables running in the background?
instead of blindly pasting links to web pages, try to actually take the time to
read them.