Welcome to the Linux Foundation Forum!

deamons

Options
olivieraf
olivieraf Posts: 8

hi! everybody,

i need some explanation on these sentence:

when using sysVinit, scripts in the /etc/init.d directory start various system daemons. these scripts invoke commands as arguments to a shell function named daemon, defined in the /etc/init.d/functions file.

thks you

Comments

  • luisviveropena
    Options

    Hi,

    In what chapter/section is that? A daemon is a process that's running in background, and it's not intended to be run for the user. Also, users don't interact directly with daemons. I suggest you to take a look to the scripts under /etc/init.d/ , so you can see what they look like.

    Regards,

    Luis.

  • olivieraf
    olivieraf Posts: 8
    edited December 2017
    Options

    hi!

    it's in the section 3.13

    thks

     

  • luisviveropena
    Options

    Hi,

    Ok, I saw the page. Well, I suggest you to take a look to the files under /etc/init.d/ and also /etc/init.d/functions file, so you can have an idea about what we are talking about, and what file runs once that the service is started.

    Regards,

    Luis.

Categories

Upcoming Training