• [^] # Re: Excusez moi mais...

    Posté par (site web personnel) . En réponse au journal De la façon dont un problème de boot est résolu sous FreeBSD. Évalué à 8.

    pleins d'autres outils comme cron, at, inetd qui reimplementent tous la meme chose de facon legerement differente

    Quoi?

    In Unix-based computer operating systems, init (short for initialization) is the first process started during booting,

    cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates

    In Unix-like computer operating systems, the at command is used to schedule commands to be executed once, at a particular time in the future.

    inetd (internet service daemon) is a super-server daemon on many Unix systems that manages Internet services

    gethostname, sethostname - get/set host name

    modprobe is a Linux program originally written by Rusty Russell and used to add a loadable kernel module (LKM) to the Linux kernel or to remove an LKM from the kernel

    The Unix command line utility mount instructs the operating system that a file system is ready to use, and associates it with a particular point in the system's file system hierarchy (its mount point)

    Je vois pas comment tu peux honnêtement dire que tous ces outils font tous la même chose. mount et atd sont peut-être semblables, mais l'un ne peut pas remplacer l'autre.

    xkcd