Compare between SYS V launched processes and Xinetd
processes in Linux.
Answer / c.raja
Answer is based on RHEL
SYS V processes xinetd processes
1) daemons (run in background) processes started on request
2) Managed by "service" Managed by "xinetd" daemon
wrapper command
3) Script files in "/etc/rc.d" script files in /etc/xinetd.d
directory directory
| Is This Answer Correct ? | 4 Yes | 2 No |
What is the example of command sentence?
What does uname command do?
How do you rate yourself in unix(if 0 is novice and 10 is sys admin)?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
How do you find out the server processes running?
What does kill in linux?
How do you read ext2/3 file system in windows?
Main configuration file and command used for NFS enabling exported directories and deamons?
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
How to schedule cron backup to run on 4th saturday of month??
Who command in linux?