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
State and explain about features of UNIX?
What is the default number of shell commands saved in the history list of .cshrc file?
How do you sort cpu in top command?
what is the fastest way to enter a series of commands from the command-line in linux
How will you suspend a running process and put it in the background?
What is the role of case sensitivity in affecting the way commands are used?
Which command will show you free/used memory?
What signal is ctrl c?
Which commands are used to set a processor-intensive job to use less cpu time?
How do I clear terminal command history?
What is linux load average?
Explain getopts command of linux?
How do I change directories in linux command line?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
How do I navigate in cmd?