Understanding init.d Directory In Linux Filesystem.
Posted on Sat 07 December 2013 in Linux • Tagged with Linux Filesystem
init.d is the sub-directory of /etc directory in Linux file system. init.d basically contains the bunch of start/stop scripts which are used to control (start,stop,reload,restart) the daemon while the system is running or during boot. If you look at /etc/init.d then you …
Continue reading