The rc0.d,rc1.d,… directories in /etc
I’m running Ubuntu where I have the directories /etc/rc0.d
, /etc/rc1.d
, /etc/rc2.d
, …, /etc/rc6.d
.
I’m running Ubuntu where I have the directories /etc/rc0.d
, /etc/rc1.d
, /etc/rc2.d
, …, /etc/rc6.d
.
Configuration file handling must conform to the following behavior:
I have set my environment variable using /etc/profile
:
I was going through a tutorial on setting up a custom initramfs where it states:
I am currently trying to understand the difference between init.d
and cron @reboot
for running a script at startup/booting of the system.