Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1. Why "d" is postfix in almost every service name of Linux
like httpd, dhcpd?
2. how to restrict su & ssh services for some users?
3. how can we configure a default gateway for 10 n/w cards
in a server?

Answer Posted / alf55

In regard to the first question:

The "d" is for "daemon" (from the Greek language meaning
hidden helper providing useful services) not "deamon".
Daemon is pronounced as if were spelled "daymon".

Since on a Unix/Linux system, the jobs provide useful
services and are run in the background and are not started
by a user that logs into the system, they are called daemons.

Way back in the old days of Unix these names were the
"service name" appended with the "d" (such as ftpd, named,
smtpd, popd, etc) and it did not matter which program was
being used to provide that service. So any program used to
provide the "ftp" service was called "ftpd".

In more modern times this has changed by both some distros
and programs. However some still follow the old convention.

Today there are four common conventions in use for the
daemon naming:

"service name" appended with the "d"
"program name" appended with the "d"
"program name" appended with "-daemon"
"program name"

Examples:
of the first would include: named, sshd, ntpd, httpd, dhcpd
of the second would include: cupsd, rsyncd
of the third would include: git-daemon
of the fourth would include: apache, apache2, samba

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I run whois command?

1128


What does df command do in linux?

1212


How is grep so fast?

1045


State and explain about features of UNIX?

1124


What are the 4 kinds of sentences with examples?

1076


How do I run a .sh file in linux?

1175


Which command would you use to create a file system on a new hard drive?

1112


What are the basic commands in command prompt?

1206


How can I delete a file in linux?

1129


What is makefile in unix?

1173


What is the symbol of linux?

1140


What does chmod 666 do?

1022


What does curl command do in linux?

1149


What does r mean linux?

1147


What does mkdir do in linux?

1074