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 does the 'cd' command do in Linux?
What are bash scripts used for?
What is chainloading?
Explain how you would manage background and foreground processes in Linux.
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
Explain grep command.
How do I find the umask value in linux?
How do I open a text file in cmd?
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
How do I know my shell?
What is make command in linux?
What does comm do and how to use it?