I realize now that /root is only temporary until the next reboot. I lost a pretty nice bash script. Well, my own fault. I should have known better. The root file system is a temp mount.
The question is this:
- Where can I create custom scripts that will be accessible after a reboot?
I guess I could create a file system on one of the raided devices but that does not seem very elegant.
I noticed that the cron job is still there after the reboot. (... only the job it's pointing to is gone.)
Is /etc the place to put custom scripts?
I could make it /etc/bin/
Thanks in advance.
Thomas