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 / kailas marathe
D Means Deamon. Deamon are nothing but start up script
which are used to start & stop the service.
we can restrict the SU & ssh service for some users by
applying Iptables or by applying in /etc/hosts.deny.
we can configure the default gateway for 10 n/w users by
configuring the gateway in ifcfgeth0 file.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Which command is used to terminate a process?
How do I check terminal history?
What is the fastest way to enter a series of commands from the command-line?
What is kill command?
How do I find hostname in linux?
What does uname do in linux?
How can we increase disk read performance in single command?
How use more command in linux?
What is Syntax of any Linux command?
How many types of commands are there in linux?
What is the use of ls command?
What does uname command do?
What is option in linux command?
What does free command do in linux?
How to recover /etc/passwd file and /etc/shadow file?