Linux
데몬(Daemon)이란?
nanoson
2019. 6. 19. 00:56
A daemon is a type of program on Unix-like operating systems that runs unobtrusively in the background, rather than under the direct control of a user, waiting to be activated by the occurance of a specific event or condition.
출처: http://www.linfo.org/daemon.html
Daemon Definition
A daemon is a type of program on Unix-like operating systems that runs unobtrusively in the background, rather than under the direct control of a user, waiting to be activated by the occurance of a specific event or condition. Unix-like systems typically r
www.linfo.org