본문 바로가기
리눅스와 웹개발

데몬의 종류와 기능

by kuksool 2023. 11. 13.
728x90
반응형

데몬의 종류와 기능

- amd : 장치와 NFS 호스트를 마운트 해주는 자동 마운트 데몬이다.  네트워크 관련 설정에 문제가 있을겨우 부팅시 약간의 지연이 발생한다. 사용 안하는 것이 좋다.
- apmd : 배터리 상태를 검사한다.
- arpwatch : 이더넷 카드와 IP할당 관계를 보여준다.
- atd : 특정 시간에 실행할 예약 명령을 처리해 주거나 시스템의 부하가 적을때 밀린 작업이나 명령을 수행한다.
- autofs : 파일 시스템을 사용할때 자동으로 마운트하고, 사용안할때 언마운트 한다.
- crond : 시간에 따라 등록된 작업을 정기적으로 실행해준다.
- dhcp : BOOTP의 확장프로토콜, 클라이언트 들이 부팅할때 자동으로 동적 IP 을 할당 받을 수 있도록 해준다.
- gated : 라우팅에 관련된 데몬을 시작하거나 종료 시킨다.
- gpm : 콘솔에서 마우스를 사용하여 선택, 복사, 붙여넣기 등을 할 수있게 해준다.
- httpd : apache 웹서버의 데몬이다.
- keytable : 키보드 유형을 변경시킬 수있는 데몬.
- kwnn : korean conversion engine


- kflushd : 메모리와 파일 시스템을 관리해주는 데몬
- kerneld : 필요한 커널 기능을 자동으로 적재해 주는 데몬
- lpd : 프린트 작업을 처리해 주는 데몬
- named : 네임서버 데몬
- network : 부팅시 모든 네트워크 인터페이스를 작동시키는 중요 데몬
- nfs : NFS 서버를 작동시키는 데몬
- nscd : NIS 또는 NIS+를 사용하고자 할때 선택한다.
- nfsfs : NFS 마운트 또는 언마운트를 할 수있는 데몬이다.
- portmap : NFS, NIS, amd 등 RPC(Remote Procedure Call)를 사용하는 프로그램을 위해 기본적으로 실행되어야 하는 프로그램
- random : 시스템에 필요한 난수를 발생시키고 저장할 수있는 데몬
- routed : 자동 IP라우터 테이블이 가능하도록 한다.
- ruserd : 어떤 네트워크에 특정 사용자가 있는지 검색해주는 서비스 데몬
- rwhod : 원격 사용자가 접속되어 있는 사용자의 목록을 볼 수있게 해주는 데몬
- sendmail : 메일서버 데몬
- smb : 쌈바서버 데몬
- snmp : SNMP 서버를 활성화 해주는 데몬
- syslog : 시스템에서 발생하는 로그를 관리하고 기록한다. /var/log/에 저장된다.
- xfs : X폰트 서버를 리눅스 구동/정지 시 시작/정지 시킴
- xinet : 인터넷 슈퍼데몬이다. telnet, echo, ftp 등의 데몬을 관리한다.
- ypbind : NIS/YP 클라이언트 측에서 실행시키는 데몬으로 그외 시스템에서는 실행시키지 않는다.
- yppasswd : NIS 클라이언트 사용자가 패스워드 변경을 할 수 있도록 해주는 NIS 서버측 데몬이다.
- ypserv : 표준 NIS/YP 네트워킹 프로토콜 서버이다.


Types and functions of daemons

- amd : Auto-mount daemon that mounts devices and NFS hosts.
There is a problem with network-related settings, so there is a slight delay when booting. It's better not to use it.
- apmd : Check the battery condition.
- arpwatch: shows the relationship between Ethernet cards and IP allocation.
- atd : processes a scheduled command to be executed at a specific time or performs a backlog or command when the system is under load.
- autofs : mounts the file system automatically when using it and unmounts it when not in use.
- Crond : Executes registered tasks regularly according to time.
- dhcp : BOOTP extension protocol, which allows clients to be allocated dynamic IP when booting.
- gated : to start or shut down the daemon involved in routing.
- gpm: allows you to select, copy, paste, etc. using the mouse on the console.
- httpd : daemon of apache web server.
- keytable : daemon that allows you to change the keyboard type.
- - kwnn : korean conversion engine
- kflushd : Daemon that manages memory and file systems
- kerneld : daemon that automatically loads the required kernel functions
- lpd : Daemon to handle print jobs
- named : Name server daemon
- network : Critical daemon that powers all network interfaces when booting up
- nfs : Daemon to run NFS server
- nscd : Select to use NIS or NIS+.
- nfsfs: daemon that can be NFS mounted or unmounted.
- portmap : for programs that use Remote Procedure Call (RPC) such as NFS, NIS, and amd Programs that should run by default
- random : daemon that can generate and store random numbers required by the system
- routed —Enables automatic IP router tables.
- ruserd : Service daemon that searches for specific users on a network
- rwhod —Demon that allows remote users to view a list of connected users
- sendmail : mail server daemon
- Smb : Samba server daemon
- snmp : daemon enabling SNMP server
- syslog : manages and records logs that occur in the system. It is stored in /var/log/.
- xfs : Starts/stops the X Font server when Linux is running/stopping
- xinet : Internet super daemon. It manages daemons such as telnet, echo, ftp, etc.
- ypbind : daemon run by NIS/YP client side and not by any other system.
- yppasswd: a NIS server-side daemon that allows NIS client users to make password changes.
- ypserv : a standard NIS/YP networking protocol server.

반응형
728x90
반응형

loading